Skip to content
Snippets Groups Projects
Unverified Commit 3af94ba4 authored by Lars Bilke's avatar Lars Bilke Committed by GitHub
Browse files

[web] Fixed typo. [ci skip]

parent 86bea646
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ singularity exec ogs-6.2.0-serial.sif ogs -o _out [ogs-sources]/Tests/Data/Mecha ...@@ -46,7 +46,7 @@ singularity exec ogs-6.2.0-serial.sif ogs -o _out [ogs-sources]/Tests/Data/Mecha
# Run serial benchmark with output validation (via vtkdiff) # Run serial benchmark with output validation (via vtkdiff)
singularity exec ogs-6.2.0-serial.sif ogs -o _out -r [ogs-sources]/Tests/Data/Mechanics/Linear [ogs-sources]/Tests/Data/Mechanics/Linear/disc_with_hole.prj singularity exec ogs-6.2.0-serial.sif ogs -o _out -r [ogs-sources]/Tests/Data/Mechanics/Linear [ogs-sources]/Tests/Data/Mechanics/Linear/disc_with_hole.prj
# Run parallel benchmark with MPI # Run parallel benchmark with MPI
mpirun -np 4 singularity exec ogs-6.2.0-openmpi-2.1.2.sif -o _out_mpi [ogs-sources]/Tests/Data/Mechanics/Linear/disc_with_hole.prj mpirun -np 4 singularity exec ogs-6.2.0-openmpi-2.1.2.sif ogs -o _out_mpi [ogs-sources]/Tests/Data/Mechanics/Linear/disc_with_hole.prj
``` ```
You can run other contained executables, e.g. `vtkdiff`: You can run other contained executables, e.g. `vtkdiff`:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment