Skip to content

Commit be44de2

Browse files
committed
worker num adjustments for subnode tests
1 parent 5fb650c commit be44de2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

libensemble/tests/functionality_tests/test_mpi_runners_subnode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# Do not change these lines - they are parsed by run-tests.sh
3131
# TESTSUITE_COMMS: mpi local
32-
# TESTSUITE_NPROCS: 4
32+
# TESTSUITE_NPROCS: 5
3333

3434
# Main block is necessary only when using local comms with spawn start method (default on macOS and Windows).
3535
if __name__ == "__main__":

libensemble/tests/functionality_tests/test_mpi_runners_subnode_uneven.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
# Do not change these lines - they are parsed by run-tests.sh
2929
# TESTSUITE_COMMS: mpi local
30-
# TESTSUITE_NPROCS: 5 7
30+
# TESTSUITE_NPROCS: 6 8
3131

3232
# Main block is necessary only when using local comms with spawn start method (default on macOS and Windows).
3333
if __name__ == "__main__":

0 commit comments

Comments
 (0)