We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: