OpenCMISS / iron

Source code repository for OpenCMISS-Iron
9 stars 62 forks source link

The error that MPI cannot be found is reported when compiling to HYPER #194

Open mnbv7758 opened 1 year ago

mnbv7758 commented 1 year ago

When compiling with openmpi, the error that MPI cannot be found is reported when compiling to HYPER

[root@localhost setup-build]# cat /usr/local/opencmiss-hpc/opencmiss/build/dependencies/hypre/release/extproj/stamp/OC_HYPRE-configure-err.log CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:146 (message): Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND MPI_Fortran_FOUND) Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE) /usr/local/opencmiss-hpc/opencmiss/install/share/cmake/Modules/FindMPI.cmake:1452 (find_package_handle_standard_args) CMakeLists.txt:37 (find_package) @mnbv7758