mirror of
https://github.com/smyalygames/FiniteVolumeGPU.git
synced 2025-05-17 22:14:14 +02:00
Tweaked DGX-2 run setup.
This commit is contained in:
parent
55499546be
commit
8f565f57f6
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user