Closed holtgrewe closed 2 years ago
Yes, there should definitely be support for this. Adding support for constraint is trivial. Couldn't the gres resources be as simple as
gres=["gpu:tesla:1", "localtmp:1024"]
or are there other peculiarities you wish to address?
I have the requirement of specifying
sbatch -C haswell|broadwell
)--gres=gpu:tesla:1
)--gres=localtmp:1024
for 1GB of local temporary storage)I propose that this could be defined as
I have seen some doubts regarding this in other issues. I believe that these are common requirements that Slurm users will have.
What do you think?