Skip to content
Snippets Groups Projects

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

Merged Salman Djingueinabaye requested to merge salmandjing/hcc-docs:patch-10 into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -15,7 +15,7 @@ Specifically, these two lines should be added before calling matlab:
{{% panel theme="info" header="serial_matlab.submit" %}}
{{< highlight batch >}}
#!/bin/sh
#!/bin/bash
#SBATCH --time=03:15:00
#SBATCH --mem-per-cpu=1024
#SBATCH --job-name=[job_name]
@@ -33,7 +33,7 @@ The submit file:
{{% panel theme="info" header="parallel_matlab.submit" %}}
{{< highlight batch >}}
#!/bin/sh
#!/bin/bash
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=5
#SBATCH --time=03:15:00
Loading