Skip to content

added missing includes for PETSC build

Florian Zill requested to merge FZill/ogs:petsc_includes into master

A lokal PETSC build showed, that some includes were missing.

As a side note, an OpenMPI bug was preventing me from building. If somebody faces/faced the same problem: adding link_libraries(open-pal) to CMakeLists.txt after project(OGS-6) helped as a workaround. (Thanks to @bilke)

Merge request reports