Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CONTAINER-README.md #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTAINER-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,19 @@ command (for example):

##### MPI Example
```bash
singularity exec <path to figuregen.sif> mpirun -np <num processes> figuregen -I ../Tests/BathyFilledCPT.inp
singularity exec <path to figuregen.sif> mpirun -np <num processes> figuregen -I ../docker-test/BathyFilledCPT.inp
```

##### Serial Example

```bash
singularity exec <path to figuregen-serial.sif> figuregen -I ../Tests/BathyFilledCPT.inp
singularity exec <path to figuregen-serial.sif> figuregen -I ../docker-test/BathyFilledCPT.inp
```

##### TACC/HPC Example (e.g. on Stampede2. DO NOT RUN ON LOGIN NODE.)

```bash
ibrun singularity exec <path to figuregen-tacc.sif> figuregen -I ../Tests/BathyFilledCPT.inp
ibrun singularity exec <path to figuregen-tacc.sif> figuregen -I ../docker-test/BathyFilledCPT.inp
```

**Note:** The TACC container gives some harmless errors that can be safely ignored.
Expand Down