Skip to content
Snippets Groups Projects

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

Merged Salman Djingueinabaye requested to merge salmandjing/hcc-docs:patch-8 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -203,7 +203,7 @@ the submit file header.
{{% panel theme="info" header="**Submit File Example**" %}}
{{< highlight batch >}}
[demo01@login.hcc_cluster ~]$ cat submit_test.slurm
#!/bin/batch
#!/bin/bash
#SBATCH --ntasks=4
#SBATCH --qos=ac_demo
#SBATCH --ntasks=5
Loading