Skip to content

Commit

Permalink
Do not try to load 'ohpc` module for tau tests
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
  • Loading branch information
martin-g committed Jul 19, 2023
1 parent 50178ef commit 64c6aac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/perf-tools/tau/ohpc-tests/test_mpi_families
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ for compiler in $COMPILER_FAMILIES ; do
echo "-------------------------------------------------------"

module purge || exit 1
module load prun || exit 1
module load prun || exit 1
module load $compiler || exit 1
module load $mpi || exit 1
module load tau || exit 1
Expand Down
2 changes: 1 addition & 1 deletion tests/perf-tools/tau/tests/test_module
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rpm=tau-$LMOD_FAMILY_COMPILER-$LMOD_FAMILY_MPI${DELIM}

setup() {
module purge
module load ohpc
#module load ohpc
module load $module
}

Expand Down

0 comments on commit 64c6aac

Please sign in to comment.