From: <er...@he...> - 2004-03-17 20:09:29
|
On Wed, Mar 17, 2004 at 11:36:56AM -0500, Daniel Gruner wrote: > HI > > Is there an environment variable setup by bjs such that the submitted > script can know its id? I know the $NODES variable is set by bjs, but > it would be useful to also have the JOBID set in the environment, so that > one can set up individual directories based on the JOBID, etc. It doesn't. That's a good idea though. I think it could be added with two lines in bjs.c:bjs_job_environment() and the analagous spot (where NODES is set) in bjssub.c. - Erik |