Skip to content
Snippets Groups Projects

Change #!/bin/sh to #!/bin/bash - Merge of all PRs

Merged Carrie A Brown requested to merge cb-edits into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -19,7 +19,7 @@ For teaching purposes, users need to add
@@ -19,7 +19,7 @@ For teaching purposes, users need to add
{{% panel theme="info" header="ANSYS.submit" %}}
{{% panel theme="info" header="ANSYS.submit" %}}
{{< highlight batch >}}
{{< highlight batch >}}
#!/bin/sh
#!/bin/bash
#SBATCH --ntasks=1
#SBATCH --ntasks=1
#SBATCH --time=00:30:00
#SBATCH --time=00:30:00
#SBATCH --mem-per-cpu=1024
#SBATCH --mem-per-cpu=1024
Loading