Skip to content
Snippets Groups Projects
Commit 890ec346 authored by Carrie A Brown's avatar Carrie A Brown
Browse files

Merge branch 'salmandjing/hcc-docs-patch-3' into HEAD

parents d6f5c378 6c7ccf12
Branches
No related tags found
1 merge request!211Change #!/bin/sh to #!/bin/bash - Merge of all PRs
...@@ -59,7 +59,7 @@ the submit file. ...@@ -59,7 +59,7 @@ the submit file.
**SLURM Submit File** **SLURM Submit File**
{{< highlight batch >}} {{< highlight batch >}}
#!/bin/sh #!/bin/bash
#SBATCH --time=03:15:00 # Run time in hh:mm:ss #SBATCH --time=03:15:00 # Run time in hh:mm:ss
#SBATCH --mem-per-cpu=1024 # Maximum memory required per CPU (in megabytes) #SBATCH --mem-per-cpu=1024 # Maximum memory required per CPU (in megabytes)
#SBATCH --job-name=hello-world #SBATCH --job-name=hello-world
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment