Skip to content

Commit d69db66

Browse files
authored
Update run-phoenix-release-gpu.sh
1 parent 954cd2a commit d69db66

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

misc/run-phoenix-release-gpu.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
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
65
#SBATCH -CV100-16GB
76
#SBATCH -G2
8-
#SBATCH --tasks-per-node=2
97
#SBATCH -t 02:00:00 # Duration of the job (Ex: 15 mins)
108
#SBATCH -q embers # QOS Name
119
#SBATCH -otest.out # Combined output and error messages file
@@ -14,7 +12,10 @@
1412
cd $SLURM_SUBMIT_DIR # Change to working directory
1513
echo $(pwd)
1614

15+
. ./mfc.sh load -c p -m GPU
16+
1717
nvidia-smi
18+
echo $(nproc)
19+
1820

19-
. ./mfc.sh load -c p -m gpu
2021
./mfc.sh test -b mpirun -a --gpu

0 commit comments

Comments
 (0)