Skip to content

Refactor Insitu-functionality for VTK 9 / ParaView 5.8

Lars Bilke requested to merge bilke/ogs:insitu-refactor-new into master

To use this functionality:

# [In container-maker]
python ogscm/cli.py --pm system --ccache --insitu --ompi 4.0.3 --mpi_benchmarks -B -R -C

# [in ogs]
mkdir _out-mpi
singularity exec --app ogs path/to/images/ogs-1759bad2-openmpi-4.0.3-system-cmake-d41d8cd9-a2455eeed60a.sif mpirun -np 2 ogs -o _out-mpi Tests/Data/EllipticPETSc/square_1e1_neumann.prj
  1. Feature description was added to the changelog
  2. Tests covering your feature were added? (at least the build is tested)
  3. Any new feature or behavior change was documented?
Edited by Lars Bilke

Merge request reports