Skip to content

Commit

Permalink
Job submission script
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Sweat committed Feb 12, 2023
1 parent a0cf3bf commit 86e7c1f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions run_attend_excite.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/bin/bash

#SBATCH --time=00:10:00
#SBATCH --mem=24G
#SBATCH --gpus=1
#SBATCH --nodes=1
#SBATCH -C pascal


cd ~/AttendExcite/

nvidia-smi --list-gpus
nvidia-smi --query-gpu=memory.total --format=csv

python run_batch.py

0 comments on commit 86e7c1f

Please sign in to comment.