Skip to content
Snippets Groups Projects

changed #!/bin/sh to #!/bin/bash

Merged Salman Djingueinabaye requested to merge salmandjing/hcc-docs:patch-3 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -59,7 +59,7 @@ the submit file.
**SLURM Submit File**
{{< highlight batch >}}
#!/bin/sh
#!/bin/bash
#SBATCH --time=03:15:00 # Run time in hh:mm:ss
#SBATCH --mem-per-cpu=1024 # Maximum memory required per CPU (in megabytes)
#SBATCH --job-name=hello-world
Loading