From 885d7bdf0d3d1f98f77f567587cb0402a4b68094 Mon Sep 17 00:00:00 2001 From: steve-crouch Date: Wed, 29 May 2024 08:14:36 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20Southamp?= =?UTF-8?q?ton-RSG-Training/dirac-intro-to-mpi@ca0293020c72e2d3f9ff8992208?= =?UTF-8?q?e89e39eed7c8c=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _episodes/02-mpi-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/02-mpi-api.md b/_episodes/02-mpi-api.md index 9862317..e5ac258 100644 --- a/_episodes/02-mpi-api.md +++ b/_episodes/02-mpi-api.md @@ -373,7 +373,7 @@ Let’s create a slurm submission script called `count_primes.sh`. Open an edito (or copy/paste) the following contents: ~~~ -##!/usr/bin/env bash +#!/usr/bin/env bash #SBATCH --account=yourProjectCode #SBATCH --nodes=1 #SBATCH --ntasks-per-node=4