We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aad787b + d69db66 commit f2bee49Copy full SHA for f2bee49
misc/run-phoenix-release-gpu.sh
@@ -2,13 +2,20 @@
2
#SBATCH -Jshb-test-jobs # Job name
3
#SBATCH --account=gts-sbryngelson3 # charge account
4
#SBATCH -N1 # Number of nodes and cores per node required
5
-#SBATCH --gres=gpu:V100:2
+#SBATCH -CV100-16GB
6
+#SBATCH -G2
7
#SBATCH -t 02:00:00 # Duration of the job (Ex: 15 mins)
8
#SBATCH -q embers # QOS Name
9
#SBATCH -otest.out # Combined output and error messages file
10
#SBATCH -W # Do not exit until the submitted job terminates.
11
12
cd $SLURM_SUBMIT_DIR # Change to working directory
13
echo $(pwd)
-. ./mfc.sh load -c p -m gpu
14
+
15
+. ./mfc.sh load -c p -m GPU
16
17
+nvidia-smi
18
+echo $(nproc)
19
20
21
./mfc.sh test -b mpirun -a --gpu
0 commit comments