Skip to content

Commit

Permalink
docs: script for perlmutter and popeye
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Dec 23, 2024
1 parent 21dc598 commit bdd6aec
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
#!/bin/bash
#SBATCH --qos=regular
### Perlmutter
###SBATCH --qos=regular
###SBATCH --constraint=cpu
### Popeye
#SBATCH --partition=genx
#SBATCH --nodes=1
#SBATCH --constraint=cpu
#SBATCH --time=2:00:00
#SBATCH --time=10:00:00
#SBATCH --array=0-13
#SBATCH --mail-type=END,FAIL # Notifications for job completion or failure
#SBATCH --mail-user=andrea@andreazonca.com
Expand Down

0 comments on commit bdd6aec

Please # to comment.