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

Merge branch 'salmandjing/hcc-docs-patch-12' into cb-edits

parents 5fc10836 215ecd8f
Branches
No related tags found
1 merge request!211Change #!/bin/sh to #!/bin/bash - Merge of all PRs
......@@ -9,7 +9,7 @@ since you must request multiple cores from a single node.
{{% panel theme="info" header="OpenMP example submission" %}}
{{< highlight batch >}}
#!/bin/sh
#!/bin/bash
#SBATCH --ntasks-per-node=16 # 16 cores
#SBATCH --nodes=1 # 1 node
#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.
Please register or to comment