Skip to content
Snippets Groups Projects
Commit a0e675ae authored by Moe Jette's avatar Moe Jette
Browse files

Update configuration parameters: Eliminate EnablePreemption and rename

GresPlugins to GresTypes
parent ab4243ec
No related branches found
No related tags found
No related merge requests found
...@@ -152,7 +152,7 @@ function displayfile() ...@@ -152,7 +152,7 @@ function displayfile()
get_field("Epilog",document.config.epilog) + "<br>" + get_field("Epilog",document.config.epilog) + "<br>" +
"#PrologSlurmctld= <br>" + "#PrologSlurmctld= <br>" +
"#FirstJobId=1 <br>" + "#FirstJobId=1 <br>" +
"#GresPlugins= <br>" + "#GresTypes= <br>" +
"#GroupUpdateForce=0 <br>" + "#GroupUpdateForce=0 <br>" +
"#GroupUpdateTime=600 <br>" + "#GroupUpdateTime=600 <br>" +
"#JobCheckpointDir=/var/slurm/checkpoint <br>" + "#JobCheckpointDir=/var/slurm/checkpoint <br>" +
...@@ -223,7 +223,6 @@ function displayfile() ...@@ -223,7 +223,6 @@ function displayfile()
"# <br>" + "# <br>" +
"# SCHEDULING <br>" + "# SCHEDULING <br>" +
"#DefMemPerCPU=0 <br>" + "#DefMemPerCPU=0 <br>" +
"#EnablePreemption=no <br>" +
"FastSchedule=" + get_radio_value(document.config.fast_schedule) + "<br>" + "FastSchedule=" + get_radio_value(document.config.fast_schedule) + "<br>" +
"#MaxMemPerCPU=0 <br>" + "#MaxMemPerCPU=0 <br>" +
"#SchedulerRootFilter=1 <br>" + "#SchedulerRootFilter=1 <br>" +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment