Resource ManagerΒΆ
libEnsemble comes with built-in resource management. This entails the detection of available resources (e.g., nodelists, core counts, and GPUs), and the allocation of resources to workers.
It can be disabled by setting libE_specs["disable_resource_manager"] = True.