Skip to content

Commit 95ca8f6

Browse files
committed
make check runs 2 MPI processes only
1 parent 07f91d7 commit 95ca8f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

darshan-runtime/test/tst_runs.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ fi
1414
DARSGAN_PARSER=../../darshan-util/darshan-parser
1515

1616
# run NP number of MPI processes
17-
NP=4
17+
# Note when using OpenMPI, setting NP > 2 will fail.
18+
NP=2
1819

1920
TEST_FILE=./testfile.dat
2021

0 commit comments

Comments
 (0)