diff --git a/projects/rocshmem/scripts/unit_tests/driver.sh b/projects/rocshmem/scripts/unit_tests/driver.sh index 038170cf52..931a4dcced 100755 --- a/projects/rocshmem/scripts/unit_tests/driver.sh +++ b/projects/rocshmem/scripts/unit_tests/driver.sh @@ -76,7 +76,7 @@ case $mode in all) test_with_two_pes="IPCImplSimpleCoarseTestFixture/*:IPCImplSimpleFineTestFixture/*:IPCImplTiledFineTestFixture/*:DegenerateTiledFine.*" run_mpirun 4 "-$test_with_two_pes" - run_mpirun 2 "$test_with_two_pes" + #run_mpirun 2 "$test_with_two_pes" ;; custom) # Check if ranks is a positive integer