Skip to content
Snippets Groups Projects
Commit 6b8fcf85 authored by Salman Djingueinabaye's avatar Salman Djingueinabaye
Browse files

Replaced #!/bin/sh with #!/bin/bash

parent d6f5c378
No related branches found
No related tags found
2 merge requests!211Change #!/bin/sh to #!/bin/bash - Merge of all PRs,!205Replaced #!/bin/sh with #!/bin/bash
......@@ -8,7 +8,7 @@ This script requests 16 cores on nodes with InfiniBand:
{{% panel theme="info" header="mpi.submit" %}}
{{< highlight batch >}}
#!/bin/sh
#!/bin/bash
#SBATCH --ntasks=16
#SBATCH --mem-per-cpu=1024
#SBATCH --time=03:15:00
......@@ -31,7 +31,7 @@ tasks, 16 on each of two nodes:
{{% panel theme="info" header="mpi.submit" %}}
{{< highlight batch >}}
#!/bin/sh
#!/bin/bash
#SBATCH --nodes=2
#SBATCH --ntasks-per-node=16
#SBATCH --mem-per-cpu=1024
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment