Skip to content
Snippets Groups Projects
Commit b4ecaedd authored by Dominic Kempf's avatar Dominic Kempf
Browse files

[Cmake][Bugfix] add mpi flags to pamgtest without parmetis present

Mpi flags were not added to pamgtest if parmetis was not present.
This is of course unwanted behaviour. The patch adds pamgtest to
the mpi tests (in addition to being part of the parmetis tests)
parent de917876
No related branches found
No related tags found
No related merge requests found
if(MPI_FOUND)
set(MPITESTS galerkintest hierarchytest transfertest)
set(MPITESTS galerkintest hierarchytest transfertest pamgtest)
endif(MPI_FOUND)
if(UMFPACK_FOUND)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment