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

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

parents 890ec346 f1b582d7
Branches
No related tags found
1 merge request!211Change #!/bin/sh to #!/bin/bash - Merge of all PRs
......@@ -103,7 +103,7 @@ CUDA and OpenACC submissions require running on GPU nodes.
{{% panel theme="info" header="cuda.submit" %}}
{{< highlight batch >}}
#!/bin/sh
#!/bin/bash
#SBATCH --time=03:15:00
#SBATCH --mem-per-cpu=1024
#SBATCH --job-name=cuda
......@@ -123,7 +123,7 @@ required to compile as well).
{{% panel theme="info" header="openacc.submit" %}}
{{< highlight batch >}}
#!/bin/sh
#!/bin/bash
#SBATCH --time=03:15:00
#SBATCH --mem-per-cpu=1024
#SBATCH --job-name=cuda-acc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment