Skip to content

Commit

Permalink
change openmpi oversubscribe option
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Jan 8, 2025
1 parent b169fc1 commit 370187a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis/build-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ else
make V=0 checkprogs -j ${MAKE_JNUM}
fi
# run one test
MAYBE_OVERSUBSCRIBE=
MAYBE_OVERSUBSCRIBE=" --map-by :OVERSUBSCRIBE "
if test "x$os" = "xDarwin" && test "x$MPI_IMPL" = "xopenmpi"
then
MAYBE_OVERSUBSCRIBE=-oversubscribe
MAYBE_OVERSUBSCRIBE=" --map-by :OVERSUBSCRIBE "
fi

# Determine test name based on whether fortran was supported.
Expand Down

0 comments on commit 370187a

Please sign in to comment.