-
- Downloads
Fix MPI configuration result when MPI is found but not ParMETIS
Now if PUGS_ENABLE_MPI is set to `AUTO` (default value) and if MPI is detected but not ParMETIS, then just throw a warning stating that MPI will not be used to build binaries. If PUGS_ENABLE_MPI is set to `ON` (user requires MPI), then since MPI building cannot be made without ParMETIS, CMake throws a fatal error.
Please register or sign in to comment