Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential problem handling array jobs #23

Open
cbutakoff opened this issue Apr 27, 2023 · 2 comments
Open

Potential problem handling array jobs #23

cbutakoff opened this issue Apr 27, 2023 · 2 comments

Comments

@cbutakoff
Copy link

cbutakoff commented Apr 27, 2023

I have an array job limited to 2 jobs at a time:

   2145_[4-190%2]   compute   EP_108      opc PD       0:00     10 (JobArrayTaskLimit)
   2145_3   compute   EP_108      opc  R      48:42     10 compute-hpc-node-[100,373,397,421,425,429,455,457,813,896]
   2145_2   compute   EP_108      opc  R    4:13:06     10 compute-hpc-node-[69,237,245,272,347,553,724,817,931,993]

But slurm or oci tries to still provision the 3rd cluster and fails (because of lack of available nodes) but it just keeps on retrying. E.g.:
Selection_022

@cbutakoff
Copy link
Author

Fixed by modifying the queues.conf in principle and setting max clusters to 2

@arnaudfroidmont
Copy link
Contributor

autoscaling with Arrays should be fixed in 2.10.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants