Hi @wtempel , Here the requirement is to have a queue where, few of the nodes are having 1TB scratch space, so when I run the job I would like to run the job in a particular group of nodes, inside a queue.
As an example,
Queue name : g4-singlegpu
Nodes :
g4-singlegpu-dy-g4dn-2xlarge-[1-4]
g4-singlegpu-dy-g4dn-4xlarge-[1-4]
g4-singlegpu-dy-g4dn-8xlarge-[1-4]
g4-singlegpu-dy-g4dn-xlarge-[1-4]
From the above nodes, when ever I ran a some jobs like 2D classification, I would like to run in the job in “g4-singlegpu-dy-g4dn-8xlarge-[1-4]” nodes, this can be achieved, from the SLURM side with "#SBATCH --constraint=“g4dn.8xlarge”, but can we mention the node type from the cryoSPARC portal, as job parameter.
Please let me know, if you need more info,Thanks.