Skip to content
Snippets Groups Projects
Commit 2114c584 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,!208Replaced #!/bin/sh with #!/bin/bash
......@@ -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
......
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