Skip to content
Snippets Groups Projects
Commit 1770de71 authored by Brian Christiansen's avatar Brian Christiansen
Browse files

Fix test24.1.

Don't load in PriorityWeightTRES
parent 66edb0e2
No related branches found
No related tags found
No related merge requests found
...@@ -325,6 +325,7 @@ int main (int argc, char **argv) ...@@ -325,6 +325,7 @@ int main (int argc, char **argv)
conf->priority_weight_js = 0; conf->priority_weight_js = 0;
conf->priority_weight_part = 0; conf->priority_weight_part = 0;
conf->priority_weight_qos = 0; conf->priority_weight_qos = 0;
xfree(conf->priority_weight_tres);
slurm_conf_unlock(); slurm_conf_unlock();
/* we don't want to do any decay here so make the save state /* we don't want to do any decay here so make the save state
......
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