Skip to content

Fix install petsc vtk, fix vtkXMLPUnstructuredGridWriter usage & more

Lars Bilke requested to merge bilke/ogs:fix-install-petsc-vtk into master

Finally fix usage of vtkXMLPUnstructuredGridWriter:

Set the writer controller to the same communicator as OGS. Fixes <Piece> writing for all configurations.

Related to:

Helpful resources to find this solution were:

This fix allows switching VTK to static builds and therefore finally fixing the original issue.

Fixes #3354 (closed).

Other improvements:

  • Enable ccache on external dependencies builds
  • Added check for failed venv creation (when using OGS_USE_PIP=ON)
  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
Edited by Lars Bilke

Merge request reports