We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18cf661 commit 6244801Copy full SHA for 6244801
tests/integration-tests/tests/common/data/osu/osu_pt2pt_submit_intelmpi.sh
@@ -9,4 +9,4 @@ export I_MPI_DEBUG=10
9
10
env
11
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
+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