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

Add ability to pass in both qos, partition, and walltime to remap_restarts.py #22

Closed
mathomp4 opened this issue Jun 12, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@mathomp4
Copy link
Member

remap_restarts.py currently has the ability to pass in the SLURM qos, but not partition or walltime. In doing tests at C5760 it might be nice to have these abilities.

Maybe by default they are:

#SBATCH --partition=compute
#SBATCH --qos=debug
#SBATCH --walltime=1:00:00

unless you break the debug QOS number of tasks barrier and they go to:

#SBATCH --qos=allnccs

And then a user can specify their own of everything if desired.

I might try this myself, but I'm guessing @weiyuan-jiang can do it in minutes compared to my hours. :)

@mathomp4 mathomp4 added the enhancement New feature or request label Jun 12, 2023
@weiyuan-jiang
Copy link
Contributor

The new commit adds the time to 12 hours if the resolution is high and does not allow "debug' qos

@gmao-rreichle
Copy link
Contributor

Must have been addressed with #19 or later commit.

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

No branches or pull requests

3 participants