Skip to content

Commit e238cb8

Browse files
Tim Lanetilne
authored andcommitted
Remove changes required for old OMPI versions
Only 2.X versions of OMPI were available for Amazon Linux 2 and Ubuntu 18.04 via their respective package managers on the ARM AMIs. Now that the EFA intaller provides a much more up-to-date version, remove the changes that were made to accommodate the older version as part of 2a86d68. Signed-off-by: Tim Lane <[email protected]>
1 parent 9c7c601 commit e238cb8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration-tests/tests/common/data/mpi/mpi_submit_openmpi.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ set -e
33

44
rm -f /shared/mpi.out
55
module load openmpi
6-
export MPIEXEC_TIMEOUT=10 # 10 second timeout
7-
mpirun --mca btl_base_warn_component_unused 0 --map-by ppr:1:node "ring" >> /shared/mpi.out
6+
mpirun --map-by ppr:1:node --timeout 10 "ring" >> /shared/mpi.out

0 commit comments

Comments
 (0)