Skip to content

Commit

Permalink
Update submit.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson authored Jan 29, 2024
1 parent c6d0c6a commit 692b8e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/phoenix/submit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ fi

sbatch_cpu_opts="\
#SBATCH -p cpu-small # partition
#SBATCH -N1 # Number of nodes required
#SBATCH --ntasks-per-node=24 # Number of cores per node required
#SBATCH --mem-per-cpu=2G # Memory per core\
"

sbatch_gpu_opts="\
#SBATCH -n4 # Number of ranks required
#SBATCH -CV100-16GB
#SBATCH -G2\
"
Expand All @@ -39,7 +41,6 @@ sbatch <<EOT
#!/bin/bash
#SBATCH -Jshb-$job_slug # Job name
#SBATCH --account=gts-sbryngelson3 # charge account
#SBATCH -N1 # Number of nodes required
$sbatch_device_opts
#SBATCH -t 04:00:00 # Duration of the job (Ex: 15 mins)
#SBATCH -q embers # QOS Name
Expand Down

0 comments on commit 692b8e5

Please sign in to comment.