-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Labels
code cleaningCode that could/should be cleaned upCode that could/should be cleaned up
Description
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
| modes <- c(" 1: SLURM standby 12 nash H12 [recommended]", | |
| " 2: SLURM standby 13 nash H12 coupled", | |
| " 3: SLURM standby 16 nash H12+", | |
| " 4: SLURM standby 1 nash debug, testOneRegi, quick", | |
| "-----------------------------------------------------------------------", | |
| " 5: SLURM priority 12 nash H12 [recommended]", | |
| " 6: SLURM priority 13 nash H12 coupled", | |
| " 7: SLURM priority 16 nash H12+", | |
| " 8: SLURM priority 1 nash debug, testOneRegi, quick", | |
| "-----------------------------------------------------------------------", | |
| " 9: SLURM short 12 nash H12", | |
| "10: SLURM short 16 nash H12+", | |
| "11: SLURM short 1 nash debug, testOneRegi, quick", | |
| "12: SLURM medium 1 negishi", | |
| "13: SLURM long 1 negishi", | |
| "-----------------------------------------------------------------------", | |
| "14: SLURM medium 12 nash - long calibration", | |
| "15: SLURM medium 16 nash - long calibration", | |
| "-----------------------------------------------------------------------", | |
| "16: direct, without SLURM") |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
code cleaningCode that could/should be cleaned upCode that could/should be cleaned up