[slurm-dev] Re: Question about running interactive job on all cores on a list of heterogeneous nodes.

2015-06-11 Thread Christopher B Coffey
Hi Jim, I think it may depend on how the SelectType=“ is setup in your config. If it’s set as cons_res, then you should be able to do something like below: Sum up the number of total cores from the list of nodes before hand, maybe this isn’t possible though. Then do: srun -nsum_of_cores -w

[slurm-dev] Re: Question about running interactive job on all cores on a list of heterogeneous nodes.

2015-06-11 Thread Moe Jette
Also try the --exclusive option on the job submit command line. Quoting Christopher B Coffey chris.cof...@nau.edu: Hi Jim, I think it may depend on how the SelectType=“ is setup in your config. If it’s set as cons_res, then you should be able to do something like below: Sum up the number of