Skip to content
Snippets Groups Projects
Commit 76abe406 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
2 merge requests!211Change #!/bin/sh to #!/bin/bash - Merge of all PRs,!203Replaced #!/bin/sh with #!/bin/bash
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment