-
Notifications
You must be signed in to change notification settings - Fork 141
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
Remove 16 core options from choose_slurmConfig() #1537
Comments
|
In my opinion, "direct" should not be an option. On the cluster, computation loads should always go to the compute nodes, not the login nodes. Locally, the entire thing is bypassed anyhow. |
One thing is the "quality of service" (qos) (i.e. priority, ...), the other is the |
Yes, fully agree, that part of the code is missing yet. We also have to keep in mind that some files in |
As noticed by @robertpietzcker, |
We might want to allow the user also to select limiting the slurm time, useful in particular in case of upcoming cluster closures... |
... which should also be used to limit the AMT runtimes on |
Using 16 over twelve cores does not yield any benefit and is therefore removed from the defaults (#1536). It would be only consistent to also remove the option from
choose_slurmConfig()
.remind/scripts/start/choose_slurmConfig.R
Lines 15 to 34 in 0695bd0
The text was updated successfully, but these errors were encountered: