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

Change "SchedType" to "SchedulerType" to match slurm.conf. Likewise for

"SchedAuth" and "SchedPort".
parent 395593cc
No related branches found
No related tags found
No related merge requests found
...@@ -94,11 +94,11 @@ void slurm_print_ctl_conf ( FILE* out, ...@@ -94,11 +94,11 @@ void slurm_print_ctl_conf ( FILE* out,
slurm_ctl_conf_ptr->prolog); slurm_ctl_conf_ptr->prolog);
fprintf(out, "ReturnToService = %u\n", fprintf(out, "ReturnToService = %u\n",
slurm_ctl_conf_ptr->ret2service); slurm_ctl_conf_ptr->ret2service);
fprintf(out, "SchedAuth = %s\n", fprintf(out, "SchedulerAuth = %s\n",
slurm_ctl_conf_ptr->schedauth); slurm_ctl_conf_ptr->schedauth);
fprintf(out, "SchedPort = %u\n", fprintf(out, "SchedulerPort = %u\n",
slurm_ctl_conf_ptr->schedport); slurm_ctl_conf_ptr->schedport);
fprintf(out, "SchedType = %s\n", fprintf(out, "SchedulerType = %s\n",
slurm_ctl_conf_ptr->schedtype); slurm_ctl_conf_ptr->schedtype);
fprintf(out, "SlurmUser = %s(%u)\n", fprintf(out, "SlurmUser = %s(%u)\n",
slurm_ctl_conf_ptr->slurm_user_name, slurm_ctl_conf_ptr->slurm_user_name,
......
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