Skip to content
Snippets Groups Projects

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

Merged Salman Djingueinabaye requested to merge salmandjing/hcc-docs:patch-7 into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading