Skip to content

Commit

Permalink
Revert "Temporarily disable mumps within ngsolve, since recent upstre…
Browse files Browse the repository at this point in the history
…am changes on MPI wrappers have broken mumps integration within ngsolve"

netgen now builds with USE_MPI_WRAPPER OFF by default, which restores MUMPS compatibility

This reverts commit 48c2636.
  • Loading branch information
francesco-ballarin committed Jun 16, 2024
1 parent a60c45d commit 31bd6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngsolve/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ cmake \
-DCMAKE_CXX_COMPILER=$(which mpicxx) \
-DCMAKE_SKIP_RPATH:BOOL=ON \
-DCMAKE_INSTALL_PREFIX:PATH=$INSTALL_PREFIX \
-DUSE_MUMPS:BOOL=OFF \
-DUSE_MUMPS:BOOL=ON \
-DUSE_UMFPACK:BOOL=ON \
-DUSE_SUPERBUILD:BOOL=OFF \
-DUSE_NATIVE_ARCH:BOOL=OFF \
Expand Down

0 comments on commit 31bd6a5

Please sign in to comment.