Skip to content

Commit 07e208b

Browse files
committed
these options still needed by var resources testing gens
1 parent 8101c3b commit 07e208b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

libensemble/tests/functionality_tests/test_mpi_gpu_settings_env.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"give_all_with_same_priority": False,
7373
"async_return": False,
7474
"user": {
75+
"initial_batch_size": nworkers - 1,
7576
"max_resource_sets": nworkers - 1, # Any sim created can req. 1 worker up to all.
7677
"lb": np.array([-3, -2]),
7778
"ub": np.array([3, 2]),

libensemble/tests/functionality_tests/test_mpi_gpu_settings_mock_nodes_multi_task.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"give_all_with_same_priority": False,
7272
"async_return": False,
7373
"user": {
74+
"initial_batch_size": nsim_workers,
7475
"max_procs": max(nsim_workers // 2, 1), # Any sim created can req. 1 worker up to max
7576
"lb": np.array([-3, -2]),
7677
"ub": np.array([3, 2]),

0 commit comments

Comments
 (0)