diff --git a/content/submitting_jobs/_index.md b/content/submitting_jobs/_index.md index 08a194161b5ed62c3af83e47642e527e062e7cef..503bc8c8e2843e9b402c6c080f77d5dd7d7eeb7b 100644 --- a/content/submitting_jobs/_index.md +++ b/content/submitting_jobs/_index.md @@ -59,7 +59,7 @@ the submit file. **SLURM Submit File** {{< highlight batch >}} -#!/bin/sh +#!/bin/bash #SBATCH --time=03:15:00 # Run time in hh:mm:ss #SBATCH --mem-per-cpu=1024 # Maximum memory required per CPU (in megabytes) #SBATCH --job-name=hello-world