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

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

parents fca7d17b 6b8fcf85
No related branches found
No related tags found
1 merge request!211Change #!/bin/sh to #!/bin/bash - Merge of all PRs
...@@ -8,7 +8,7 @@ This script requests 16 cores on nodes with InfiniBand: ...@@ -8,7 +8,7 @@ This script requests 16 cores on nodes with InfiniBand:
{{% panel theme="info" header="mpi.submit" %}} {{% panel theme="info" header="mpi.submit" %}}
{{< highlight batch >}} {{< highlight batch >}}
#!/bin/sh #!/bin/bash
#SBATCH --ntasks=16 #SBATCH --ntasks=16
#SBATCH --mem-per-cpu=1024 #SBATCH --mem-per-cpu=1024
#SBATCH --time=03:15:00 #SBATCH --time=03:15:00
...@@ -31,7 +31,7 @@ tasks, 16 on each of two nodes: ...@@ -31,7 +31,7 @@ tasks, 16 on each of two nodes:
{{% panel theme="info" header="mpi.submit" %}} {{% panel theme="info" header="mpi.submit" %}}
{{< highlight batch >}} {{< highlight batch >}}
#!/bin/sh #!/bin/bash
#SBATCH --nodes=2 #SBATCH --nodes=2
#SBATCH --ntasks-per-node=16 #SBATCH --ntasks-per-node=16
#SBATCH --mem-per-cpu=1024 #SBATCH --mem-per-cpu=1024
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment