On 9/26/23 14:50, Groner, Rob wrote:
There's a builtin slurm command, I can't remember what it is and google is failing me, that will take a compacted list of nodenames and return their full names, and I'm PRETTY sure it will do the opposite as well (what you're asking for).

It's probably sinfo or scontrol....maybe an sutil if that exists.

The command would be:

scontrol show hostname awn-0[01-32,46-77,95-99]

/Ole

--------------------------------------------------------------------------
*From:* slurm-users <slurm-users-boun...@lists.schedmd.com> on behalf of Felix <fe...@itim-cj.ro>
*Sent:* Tuesday, September 26, 2023 7:22 AM
*To:* Slurm User Community List <slurm-users@lists.schedmd.com>
*Subject:* [slurm-users] question about configuration in slurm.conf
hello

I have at my site the following work nodes

awn001 ... awn099

and then it continues awn100 ... awn199

How can I configure this line

PartitionName=debug Nodes=awn-0[01-32,46-77,95-99] Default=YES
MaxTime=INFINITE State=UP

so that it can contain the nodes from 001 to 199

can I write:

PartitionName=debug Nodes=awn-0[01-32,46-77,95-99] awn-1[00-99]
Default=YES MaxTime=INFINITE State=UP

is this correct?

Reply via email to