Skip to content

Commit

Permalink
drop this one
Browse files Browse the repository at this point in the history
  • Loading branch information
wihobbs committed Feb 13, 2024
1 parent 4f99b72 commit 05dd12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpi/outer_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ COMPILERS="${LCSCHEDCLUSTER}_COMPILERS"
for mpi in ${!MPIS}; do
for compiler in ${!COMPILERS}; do
if [[ $mpi == "cray-mpich" ]]; then
EXTRA_FLUX_SUBMIT_OPTIONS="-o pmi=cray-pals" flux batch -N2 -n4 --flags=waitable --output=kvs $MPI_TESTS_DIRECTORY/inner_script.sh $mpi $compiler
EXTRA_FLUX_SUBMIT_OPTIONS="-o pmi=cray-pals -overbose=2" flux batch -N2 -n4 --flags=waitable --output=kvs $MPI_TESTS_DIRECTORY/inner_script.sh $mpi $compiler
elif [[ $mpi == "openmpi" ]]; then
EXTRA_FLUX_SUBMIT_OPTIONS="-o pmi=pmix" flux batch -N2 -n4 --flags=waitable --output=kvs $MPI_TESTS_DIRECTORY/inner_script.sh $mpi $compiler
else
Expand Down

0 comments on commit 05dd12a

Please sign in to comment.