--contiguous=yes|no
The --contiguous option specifies whether or not your job requires a contiguous range
of nodes. The default is YES, which demands contiguous nodes, while the alternative (NO)
allows noncontiguo us allocation.
--mem=size
The -mem option specifies a minimum amount of real mem ory per node, where size is an
integer number of megabytes. See also -vmem.
--mincpus=n
The -mincpus option specifies a minimum number n of CPUs per nod e.
--vmem=size
The -vmem op tio n specifies a minimu m amount of virtual memory per node, where size is an
integer number o f megabytes. See also -mem.
--tmp=size
The -tmp option sp ecifies a minimum amount of temporary disk space per node, where size is
an integer number of megabytes.
-w hosts (--nodelist=hosts)
The -w hosts option specifies b y name the individual nodes that must be included in the
set of nodes on which your job runs (perhaps along with others unspecified). Option -w is
incompatible with srun option -r (--relative). hosts may have any of three f ormats:
host1,host2,... A comma-delimited list of node names (for example, n100,
n200,...)
host[na-nb,nc,...] A range of node names, perhaps mixed with individual nod es in a
comma-delimited sublist ( fo r example, n[1-256,500,...])
filename A file t hat contains a list of nodes in either of the previous two
formats (srun inter prets any string containing the slash (/)
character as a file nam e)
-x hosts (--xclude=hosts)
The -x hosts optio n specifies by nam e the individua l nodes that must be excluded from the
set of n odes on which your job runs (perhaps along with others unspecified). Option -x is
incompatible with srun option -r (--relative). hosts may have any of three f ormats:
host1,host2,... A comma-delimited list of node names (for example, n100,
n200,...)
host[na-nb,nc,...] A range of node names, perhaps mixed with individual nod es in a
comma-delimited sublist ( fo r example, n[1-256,500,...])
filename A file t hat contains a list of nodes in either of the previous two
formats (srun inter prets any string containing the slash (/)
character as a file nam e)
Using SLURM 6-11
Komentarze do niniejszej Instrukcji