Skip to content
Snippets Groups Projects
Forked from ogs / ogs
14185 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

Generate OGS Catalyst edition

Clone ParaView:

git clone https://gitlab.kitware.com/paraview/paraview.git
cd paraview
git submodule init
git submodule update

Go to ogs source directoy and run script generate-ogs-edition.sh with the path to the cloned ParaView directory as an argument:

cd ogs/scripts/catalyst
./generate-ogs-edition.sh ~/code/catalyst/paraview

This will generate the file Catalyst-ogs-Base-Enable-Python-Essentials-Extras-ogs-Rendering-Base.tar.gz in [paraview-dir]/Catalyst/

Build the OGS Catalyst edition

  • Untar the edition
  • cd into it and create a build-directory
  • Build with cmake.sh:
../cmake.sh .. [Optional CMake parameter]
make

Use the OGS Catalyst edition

Enable OGS_INSITU and point to build directory where the edition was built:

cmake ../ogs -DOGS_INSITU=ON -DParaView_DIR=[path to edition build dir]