Tweaked DGX-2 run setup.

This commit is contained in:
Martin Lilleeng Sætra 2022-01-24 19:57:58 +01:00
parent 55499546be
commit 8f565f57f6

View File

@ -1,11 +1,11 @@
#!/bin/bash #!/bin/bash
# See http://wiki.ex3.simula.no before changing the values below
#SBATCH -p dgx2q # partition (GPU queue) #SBATCH -p dgx2q # partition (GPU queue)
#SBATCH -N 1 # number of nodes #SBATCH -N 1 # number of nodes
#SBATCH -n 4 # number of cores #SBATCH -n 4 # number of cores
#SBATCH -w g001 # DGX-2 node #SBATCH -w g001 # DGX-2 node
#SBATCH --gres=gpu:4 # number of V100's #SBATCH --gres=gpu:4 # number of V100's
#SBATCH --mem 10G # memory pool for all cores #SBATCH -t 0-00:10 # time (D-HH:MM)
# #SBATCH -t 0-00:10 # time (D-HH:MM)
#SBATCH -o slurm.%N.%j.out # STDOUT #SBATCH -o slurm.%N.%j.out # STDOUT
#SBATCH -e slurm.%N.%j.err # STDERR #SBATCH -e slurm.%N.%j.err # STDERR