Skip to content

Commit

Permalink
Update jobs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emwjacobson committed Nov 14, 2023
1 parent d93e9e2 commit 64b2a97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/en/Manuals/hpc_cluster/jobs.md
Expand Up @@ -54,6 +54,7 @@ In order to submit a job to different partitions add the optional '-p' parameter
```bash
sbatch -p batch SBATCH_SCRIPT.sh
sbatch -p highmem SBATCH_SCRIPT.sh
sbatch -p epyc SBATCH_SCRIPT.sh
sbatch -p gpu SBATCH_SCRIPT.sh
sbatch -p intel SBATCH_SCRIPT.sh
sbatch -p mygroup SBATCH_SCRIPT.sh
Expand Down

0 comments on commit 64b2a97

Please sign in to comment.