Skip to content

Commit f2bee49

Browse files
authored
Merge pull request #178 from MFlowCode/sbryngelson-patch-2
2 parents aad787b + d69db66 commit f2bee49

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

misc/run-phoenix-release-gpu.sh

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@
22
#SBATCH -Jshb-test-jobs # Job name
33
#SBATCH --account=gts-sbryngelson3 # charge account
44
#SBATCH -N1 # Number of nodes and cores per node required
5-
#SBATCH --gres=gpu:V100:2
5+
#SBATCH -CV100-16GB
6+
#SBATCH -G2
67
#SBATCH -t 02:00:00 # Duration of the job (Ex: 15 mins)
78
#SBATCH -q embers # QOS Name
89
#SBATCH -otest.out # Combined output and error messages file
910
#SBATCH -W # Do not exit until the submitted job terminates.
1011

1112
cd $SLURM_SUBMIT_DIR # Change to working directory
1213
echo $(pwd)
13-
. ./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+
1421
./mfc.sh test -b mpirun -a --gpu

0 commit comments

Comments
 (0)