. Maybe someone more
experienced can refine it.
No... it doesn't work...
-Mensaje original-
De: Diego Zuccato
Enviado el: jueves, 10 de junio de 2021 10:37
Para: Slurm User Community List ; Gestió
Servidors
Asunto: Re: [slurm-users] Job requesting two different GPUs on two differen
Il 08/06/2021 15:55, Gestió Servidors ha scritto:
Have you tried defining it as heterogeneus job?
https://slurm.schedmd.com/heterogeneous_jobs.html
#SBATCH hetjob
for new SLURM versions or
#SBATCH packjob
for older ones
HIH,
Diego
Hi,
Today, doing some tests, I have not got a solution to
Hi Gestió,:
Gestió Servidors writes:
> Hi,
>
>
>
> Today, doing some tests, I have not got a solution to write a submit script
> that requests 2 different GPUs on 2 different nodes. With this simple script:
>
>
>
> #!/bin/bash
> #
> #SBATCH --job-name=N2n4
> #SBATCH --output=N2n4-CUDA.txt
>
Hi,
Today, doing some tests, I have not got a solution to write a submit script
that requests 2 different GPUs on 2 different nodes. With this simple script:
#!/bin/bash
#
#SBATCH --job-name=N2n4
#SBATCH --output=N2n4-CUDA.txt
#SBATCH --gres=gpu:GeForceRTX3080:1
#SBATCH -N 2 # number of nodes
#