Skip to content

Commit aaf5f0f

Browse files
committed
I guess enabling gen_on_worker fixes the "0th" worker creating too many points?
1 parent be44de2 commit aaf5f0f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libensemble/tests/functionality_tests/test_executor_hworld_timeout.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
nworkers, is_manager, libE_specs, _ = parse_args()
3838

3939
libE_specs["disable_resource_manager"] = True
40+
libE_specs["gen_on_worker"] = True
4041

4142
cores_per_task = 1
4243
logical_cores = multiprocessing.cpu_count()

0 commit comments

Comments
 (0)