Skip to content
Snippets Groups Projects
Commit 6c7ccf12 authored by Salman Djingueinabaye's avatar Salman Djingueinabaye
Browse files

changed #!/bin/sh to #!/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,!202changed #!/bin/sh to #!/bin/bash
......@@ -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
......
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