From e234d82688341761931e776958d8ffcd785a9e20 Mon Sep 17 00:00:00 2001 From: Matt Pritchard Date: Tue, 11 Feb 2025 08:44:10 +0000 Subject: [PATCH] tweaked submittion instrs --- content/docs/software-on-jasmin/rocky9-migration-2024.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/docs/software-on-jasmin/rocky9-migration-2024.md b/content/docs/software-on-jasmin/rocky9-migration-2024.md index 64f2f8389..4d7f8ecb9 100644 --- a/content/docs/software-on-jasmin/rocky9-migration-2024.md +++ b/content/docs/software-on-jasmin/rocky9-migration-2024.md @@ -338,8 +338,8 @@ Replace `mygws` with the name of an account that you belong to (check with the ` ```bash #!/bin/bash #SBATCH --job-name="My test job" -#SBATCH --time=01:00 -#SBATCH --mem=1G +#SBATCH --time=00:01:00 +#SBATCH --mem=1M #SBATCH --account=mygws #SBATCH --partition=debug #SBATCH --qos=debug @@ -347,6 +347,7 @@ Replace `mygws` with the name of an account that you belong to (check with the ` # rest of script here ``` +where {{}}`time`{{}} and {{}}mem{{}} should be specified as per the `sbatch` documentation, which covers all available directives such as `--cpus-per-task`. Save this script file as e.g.`test_submit.sh` Then submit this with: