From 7887311a5e9e6ff37f889b06b6473c83cc1ca00a Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Mon, 12 Feb 2007 22:49:45 +0000 Subject: [PATCH] svn merge -r10963:10968 https://eris.llnl.gov/svn/slurm/branches/slurm-1.1 --- NEWS | 4 ++++ src/srun/opt.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0aa8a9c71d7..a551ae68410 100644 --- a/NEWS +++ b/NEWS @@ -233,12 +233,16 @@ documents those changes that are of interest to users and admins. the code) -- Added support for OSX build. +* Changes in SLURM 1.1.29 +========================= + * Changes in SLURM 1.1.28 ========================= - BLUEGENE - Fixed issue with nodes that return to service outside of an admin state is now updated in the bluegene plugin. - Fix for --get-user-env parsing of non-printing characters in users' logins. - Restore "squeue -n localhost" support. + - Report lack of PATH env var as verbose message, not error in srun. * Changes in SLURM 1.1.27 ========================= diff --git a/src/srun/opt.c b/src/srun/opt.c index 388e701393c..99e04be4b6a 100644 --- a/src/srun/opt.c +++ b/src/srun/opt.c @@ -2413,7 +2413,7 @@ _create_path_list(void) char *c, *lc; if (!path) { - error("Error in PATH environment variable"); + verbose("No PATH environment variable"); return l; } -- GitLab