Skip to content
Snippets Groups Projects

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

Merged Salman Djingueinabaye requested to merge salmandjing/hcc-docs:patch-4 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -16,7 +16,7 @@ in [Submitting Jobs]({{< relref "/guides/submitting_jobs/_index.md" >}}).  
{{% panel theme="info" header="example.slurm" %}}
{{< highlight batch >}}
#!/bin/sh
#!/bin/bash
#SBATCH --array=0-31
#SBATCH --time=03:15:00 # Run time in hh:mm:ss
#SBATCH --mem-per-cpu=1024 # Minimum memory required per CPU (in megabytes)
Loading