Skip to content

Commit d5a428b

Browse files
author
Ralph Castain
committed
Scaling test should only launch one proc/node
Signed-off-by: Ralph Castain <[email protected]>
1 parent 804a784 commit d5a428b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/scaling/scaling.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
my @tests = qw(/bin/true ./orte_no_op ./mpi_no_op ./mpi_no_op ./mpi_no_op);
2626
my @options = ("", "", "", "-mca mpi_add_procs_cutoff 0 -mca pmix_base_async_modex 1", "-mca mpi_add_procs_cutoff 0 -mca pmix_base_async_modex 1 -mca async_mpi_init 1 -mca async_mpi_finalize 1");
2727
my @starters = qw(mpirun orterun srun aprun);
28-
my @starteroptions = ("--map-by node --novm",
29-
"--hnp file:dvm_uri --map-by node",
28+
my @starteroptions = ("--pernode --novm",
29+
"--hnp file:dvm_uri --pernode",
3030
"--distribution=cyclic",
3131
"-N 1");
3232

0 commit comments

Comments
 (0)