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
I have been running on chrysalis with the "high" qos by modifying env_batch.xml with the last directive in the following snippet:
<directives>
<directive> --job-name={{ job_id }}</directive>
<directive> --nodes={{ num_nodes }}</directive>
<directive> --output={{ job_id }}.%j </directive>
<directive> --exclusive </directive>
<directive> --qos=high </directive>
</directives>
````
That has worked until recently, but now it seems to be ignored. I can still change the qos of a run after it has been submitted using scontrol, so it's not that chrysalis no longer recognizes it.
The text was updated successfully, but these errors were encountered:
I have been running on chrysalis with the "high" qos by modifying env_batch.xml with the last directive in the following snippet:
The text was updated successfully, but these errors were encountered: