You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When launching a flow with abirun.py FLOW_DIR scheduler, the initial printout contains this, confirming that the specifications have been ready correctly:
However, more than one task will run at once, although only one core should be available. This is very problematic for larger flows where the number of tasks is much greater than the number of cores, causing the machine to crash.
When running a flow (for example, this one), the manager configuration seems to be read correctly, but the hardware limits are completely disregarded.
I use the following
manager.yml
file:When launching a flow with
abirun.py FLOW_DIR scheduler
, the initial printout contains this, confirming that the specifications have been ready correctly:However, more than one task will run at once, although only one core should be available. This is very problematic for larger flows where the number of tasks is much greater than the number of cores, causing the machine to crash.
Abipy version: git+https://github.com/abinit/abipy@59e3816168ea11ab90622531948d0dac4cd31df9
OpenMPI version: 4.1.6
OS: Debian Trixie
The text was updated successfully, but these errors were encountered: