Skip to content
Snippets Groups Projects
Commit 2e05217a authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[CMake] Include HAVE_PARMETIS to config.h.cmake

Moved from dune-istl's config.h.cmake. Otherwise it cannot
be shared with other modules using ParMETIS.
parent fe6e56d2
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,11 @@
/* Define to if the UMFPack library is available */
#cmakedefine HAVE_UMFPACK ENABLE_UMFPACK
/* Define to ENABLE_PARMETIS if you have the Parmetis library.
This is only true if MPI was found
by configure _and_ if the application uses the PARMETIS_CPPFLAGS */
#cmakedefine HAVE_PARMETIS ENABLE_PARMETIS
/* Include always useful headers */
#include "FC.h"
#define FC_FUNC FC_GLOBAL_
......
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