Replies: 1 comment
-
Hi @hbadi, Sorry for the late reply. As you noticed, to use Hypre and PETSc with MFEM you need to build it with MPI. Of course, using such a build on one MPI task should be totally fine. Regarding native builds of Hypre and MFEM on windows: we test that with Visual Studio 2017 in our Appveyor CI, see https://github.com/mfem/mfem/blob/master/.appveyor.yml for the exact commands used for building there. The recommendations in #2834 may also be useful. I'm not sure what exactly will be different when you use the Intel compiler with Intel's MPI library -- I have not tried that myself. Let us know what you find out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Just discovered mfem, it's seems very powerfull
I'd like to compile mfem on a native windows environment (not cygwin/mingw/WLS) using the intel compiler under VS. In order to not loosing time on something not possible or very complex, here my questions :
Thanks you for helping.
Beta Was this translation helpful? Give feedback.
All reactions