Skip to content

Error building with hypre 2.24.0 #2977

Answered by v-dobrev
BBBBBbruce asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @BBBBBbruce,

With hypre v2.24.0 you should use the newer mfem v4.4.

Regarding using mfem from your project: if you use GNU make, you can include the file config.mk (from the directory config/ in the build-tree or from the directory share/mfem/ in the install tree) -- this file provides a number of useful definitions (MFEM_*) that you can use to build with mfem; for example, see how the makefile in the examples/ directory use that file. If you are using CMake you can use the file MFEMConfig.cmake exported by mfem (in the root directory in the build-tree or in the directory lib/cmake/mfem/ in the install tree); for example, see how the CMake file in GLVis uses the MFEM exported CMake file:

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by BBBBBbruce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants