Skip to content
Snippets Groups Projects
Commit 8daaa2f4 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
No related merge requests found
...@@ -203,7 +203,7 @@ the submit file header. ...@@ -203,7 +203,7 @@ the submit file header.
{{% panel theme="info" header="**Submit File Example**" %}} {{% panel theme="info" header="**Submit File Example**" %}}
{{< highlight batch >}} {{< highlight batch >}}
[demo01@login.hcc_cluster ~]$ cat submit_test.slurm [demo01@login.hcc_cluster ~]$ cat submit_test.slurm
#!/bin/batch #!/bin/bash
#SBATCH --ntasks=4 #SBATCH --ntasks=4
#SBATCH --qos=ac_demo #SBATCH --qos=ac_demo
#SBATCH --ntasks=5 #SBATCH --ntasks=5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment