- Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
It works for a single core:
lmp = LammpsBase( cores=1, oversubscribe=False, enable_flux_backend=False, working_directory=".", )but calling:
lmp = LammpsBase( cores=2, oversubscribe=False, enable_flux_backend=False, working_directory=".", )results in one process with 100% CPU load.
Found by @pmrv
Metadata
Metadata
Assignees
Labels
No labels