Hi,
Is there any way to request one of multiple gpu types in slurm (or alternatively exclude some gpu types). I have some jobs that require higher memory that the A100’s so I would like to submit my jobs to the public gpu partition such that it uses either of “v100, p100, a40” or excludes “a100”. Is there any way to do this currently?
I currently use --gres=gpu:p100:1 requirement with the sbatch command.
Thank you so much.