Skip to content

Commit

Permalink
Install lmod-defaults-gnu12-openmpi4-ohpc for all perl-tools tests
Browse files Browse the repository at this point in the history
All of them do: module load ohpc

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Jul 20, 2023
1 parent a004754 commit 9fc24ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions tests/ci/spec_to_test_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@
'components/perf-tools/geopm/SPECS/geopm.spec': [
'geopm',
'',
''
'lmod-defaults-gnu12-openmpi4-ohpc'
],
'components/perf-tools/likwid/SPECS/likwid.spec': [
'likwid',
'',
''
'lmod-defaults-gnu12-openmpi4-ohpc'
],
'components/perf-tools/papi/SPECS/papi.spec': [
'papi',
Expand All @@ -156,7 +156,7 @@
'components/perf-tools/tau/SPECS/tau.spec': [
'tau',
'',
''
'lmod-defaults-gnu12-openmpi4-ohpc'
],
'components/mpi-families/openmpi/SPECS/openmpi.spec': [
'slurm',
Expand Down
3 changes: 1 addition & 2 deletions tests/perf-tools/tau/tests/test_module
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ rpm=tau-$LMOD_FAMILY_COMPILER-$LMOD_FAMILY_MPI${DELIM}
setup() {
module avail
ls -la /opt/ohpc/pub/modulefiles/
cat /opt/ohpc/pub/modulefiles/ohpc
module purge
module avail
#module load ohpc
module load ohpc
module load $module
}

Expand Down

0 comments on commit 9fc24ca

Please sign in to comment.