diff --git a/CONTAINER-README.md b/CONTAINER-README.md index e986a61..83b793c 100644 --- a/CONTAINER-README.md +++ b/CONTAINER-README.md @@ -66,19 +66,19 @@ command (for example): ##### MPI Example ```bash -singularity exec mpirun -np figuregen -I ../Tests/BathyFilledCPT.inp +singularity exec mpirun -np figuregen -I ../docker-test/BathyFilledCPT.inp ``` ##### Serial Example ```bash -singularity exec figuregen -I ../Tests/BathyFilledCPT.inp +singularity exec figuregen -I ../docker-test/BathyFilledCPT.inp ``` ##### TACC/HPC Example (e.g. on Stampede2. DO NOT RUN ON LOGIN NODE.) ```bash -ibrun singularity exec figuregen -I ../Tests/BathyFilledCPT.inp +ibrun singularity exec figuregen -I ../docker-test/BathyFilledCPT.inp ``` **Note:** The TACC container gives some harmless errors that can be safely ignored.