Skip to content

Commit 6244801

Browse files
committed
[Test] Fix script used to run OSU benchmark with IntelMPI.
1 parent 18cf661 commit 6244801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration-tests/tests/common/data/osu/osu_pt2pt_submit_intelmpi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ export I_MPI_DEBUG=10
99

1010
env
1111

12-
mpirun -bootstrap=slurm -np 2 --map-by ppr:1:node /shared/intelmpi/osu-micro-benchmarks-${OSU_BENCHMARK_VERSION}/mpi/pt2pt/${BENCHMARK_NAME} > /shared/${BENCHMARK_NAME}.out
12+
mpirun -bootstrap=slurm -np 2 -ppn 1 /shared/intelmpi/osu-micro-benchmarks-${OSU_BENCHMARK_VERSION}/mpi/pt2pt/${BENCHMARK_NAME} > /shared/${BENCHMARK_NAME}.out

0 commit comments

Comments
 (0)