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

Add slurmd and slurmctld log message indicating version number at startup.

parent 2476178a
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ documents those changes that are of interest to users and admins.
========================
-- Srun wakes immeditely upon resource allocation (via new RPC)
rather than polling.
-- Deamons log current version number at startup
* Changes in SLURM 0.3.1
========================
......
......@@ -187,6 +187,7 @@ int main(int argc, char *argv[])
if (error_code)
error("daemon error %d", error_code);
}
info("slurmctld version %s started", SLURM_VERSION);
if ((error_code = getnodename(node_name, MAX_NAME_LEN)))
fatal("getnodename error %s", slurm_strerror(error_code));
......
......@@ -161,7 +161,7 @@ main (int argc, char *argv[])
*/
if (conf->daemonize)
daemon(1,1);
info("slurmd version %s started", SLURM_VERSION);
debug3("finished daemonize");
_kill_old_slurmd();
......
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