Answers for "allocate gpu in hpc slurm"

0

allocate gpu in hpc slurm

srun --pty -N 1      -n 1 --gres=gpu -w nodegpu002 -u bash -i
			^#ofNode 	^#of cous			^node name
            
check gpu version
nvidia-smi
Posted by: Guest on August-10-2021
0

allocate gpu in hpc slurm

srun --pty -N 1      -n 1 --gres=gpu -w nodegpu002 -u bash -i
			^#ofNode 	^#of cous			^node name
            
check gpu version
nvidia-smi
Posted by: Guest on August-10-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language