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 i
Yes!
Thanks. I'll try to remember it for next time.
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 me,
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 sin
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 tha
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 Nodes=awn-0[01-32,46-77,95-
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
Part
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: