Yes, you can make a generic zoo if desired ;)

Quoting Tim <[email protected]>:

> I think I know the answer to this, but just wanted to clarify.
>
> With the GRES infrastructure in slurm, can I define _anything_ to be a
> resource? Even going so far as something like this?
>
>     # Configure support for our herd
>     Name=goat Count=1000
>     Name=sheep Count=10000
>     Name=lion Count=10
>
> And then specify that when using sbatch?
>
>     sbatch --gres=goat:2,sheep:1 some_script.sh
>
> Can I make it that generic?
>

Reply via email to