File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44# SBATCH -N1 --ntasks-per-node=12 # Number of nodes and cores per node required
55# SBATCH --mem-per-cpu=2G # Memory per core
66# SBATCH -t 04:00:00 # Duration of the job (Ex: 15 mins)
7- # SBATCH -q inferno # QOS Name
7+ # SBATCH -q embers # QOS Name
88# SBATCH -otest.out # Combined output and error messages file
99# SBATCH -W # Do not exit until the submitted job terminates.
1010
Original file line number Diff line number Diff line change 44# SBATCH -N1 # Number of nodes and cores per node required
55# SBATCH --gres=gpu:V100:2
66# SBATCH -t 02:00:00 # Duration of the job (Ex: 15 mins)
7- # SBATCH -q inferno # QOS Name
7+ # SBATCH -q embers # QOS Name
88# SBATCH -otest.out # Combined output and error messages file
99# SBATCH -W # Do not exit until the submitted job terminates.
1010
You can’t perform that action at this time.
0 commit comments