Skip to content

Commit

Permalink
Add submission script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Stratford committed May 1, 2023
1 parent 9c51b08 commit 7788b2d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions applications-two-day/section-2.05/submit.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

#SBATCH --time=00:01:00
#SBATCH --partition=gpu
#SBATCH --qos=short
#SBATCH --gres=gpu:1

module load nvidia/nvhpc

./a.out

0 comments on commit 7788b2d

Please sign in to comment.