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
We can get the situation where 14000 MB of memory is requested, which is allowed, and then because of the 1.05 scaling factor (in write_submit_file()) for memory we get 5 cpus allocated, which is a problem.
Fix this to maintain the maximum cpus and memory requested, even if we have to reject the job.
The text was updated successfully, but these errors were encountered:
On a cluster with these settings:
We can get the situation where 14000 MB of memory is requested, which is allowed, and then because of the 1.05 scaling factor (in
write_submit_file()
) for memory we get 5 cpus allocated, which is a problem.Fix this to maintain the maximum cpus and memory requested, even if we have to reject the job.
The text was updated successfully, but these errors were encountered: