Skip to content

PETSc build with utils enabled

Lars Bilke requested to merge bilke/ogs:mpi-utils into master

Short fix which enables utils build in combination with PETSc, to e.g. get the partmesh-tool:

cmake ../ogs -DOGS_USE_PETSC=ON -DOGS_BUILD_UTILS=ON
...
make partmesh
Edited by Lars Bilke

Merge request reports