Skip to content
Snippets Groups Projects
Commit d271da7c authored by Carrie A Brown's avatar Carrie A Brown
Browse files

Merge branch 'salmandjing/hcc-docs-patch-10' into cb-edits

parents 55fe6980 2114c584
Branches
No related tags found
1 merge request!211Change #!/bin/sh to #!/bin/bash - Merge of all PRs
......@@ -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.
Please register or to comment