Re: [slurm-users] question about configuration in slurm.conf

2023-09-26 Thread Jens Elkner
On Tue, Sep 26, 2023 at 03:04:34PM +0200, Ole Holm Nielsen wrote: > 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

Re: [slurm-users] question about configuration in slurm.conf

2023-09-26 Thread Groner, Rob
Yes! Thanks. I'll try to remember it for next time.

Re: [slurm-users] question about configuration in slurm.conf

2023-09-26 Thread Herbert Steininger
Hi, you are talking about scontrol hostlist scontrol hostlistsorted and scontrol hostnames find it here: https://slurm.schedmd.com/scontrol.html#OPT_hostlist Best. Am 26.09.23 um 14:50 schrieb Groner, Rob: There's a builtin slurm command, I can't remember what it is and google is failing

Re: [slurm-users] question about configuration in slurm.conf

2023-09-26 Thread Ole Holm Nielsen
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

Re: [slurm-users] question about configuration in slurm.conf

2023-09-26 Thread Groner, Rob
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 scontrolmaybe an sutil if

Re: [slurm-users] question about configuration in slurm.conf

2023-09-26 Thread Bjørn-Helge Mevik
Felix writes: > I have at my site the following work nodes > > awn001 ... awn099 > > and then it continues awn100 ... awn199 I presume you meant awn-001 etc, not awn001. If not, replace "awn-" with "awn" below. > How can I configure this line > > PartitionName=debug

Re: [slurm-users] question about configuration in slurm.conf

2023-09-26 Thread Herbert Steininger
Hi, try ... Nodes=awn-[001-032,046-077,095-099,100-199] ... but haven't tested that right now. Best, Herbert Am 26.09.23 um 13:22 schrieb Felix: hello I have at my site the following work nodes awn001 ... awn099 and then it continues awn100 ... awn199 How can I configure this line

[slurm-users] question about configuration in slurm.conf

2023-09-26 Thread Felix
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: