Skip to content
Snippets Groups Projects
Commit 680f3d27 authored by Morris Jette's avatar Morris Jette
Browse files

Log sched parameters at startup

parent 018b0063
No related branches found
No related tags found
No related merge requests found
...@@ -829,6 +829,10 @@ extern int schedule(uint32_t job_limit) ...@@ -829,6 +829,10 @@ extern int schedule(uint32_t job_limit)
xfree(sched_params); xfree(sched_params);
sched_update = slurmctld_conf.last_update; sched_update = slurmctld_conf.last_update;
info("SchedulingParameters: default_queue_depth=%d "
"max_rpc_cnt=%d max_sched_time=%d partition_job_depth=%d ",
def_job_limit, defer_rpc_cnt, sched_timeout,
max_jobs_per_part);
} }
if ((defer_rpc_cnt > 0) && if ((defer_rpc_cnt > 0) &&
......
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