2015-01-19 17:35 GMT+01:00 Uwe Sauter <[email protected]>: > > Hi, > > is there a list of SLURM environment variables which I can access in the > different prolog/epilog scripts? > > Specifically is it possible to get a list of nodes for a job in in the > PrologSlurmctld script although this runs on the controller host? > > Perhaps this information could be added to > http://slurm.schedmd.com/prolog_epilog.html >
Can you just use `env > some_file` in your prolog to get the list? cheers, marcin > > > Thanks, > > Uwe >
