Open lokitkhemka opened 2 months ago
I made some progress, but still not enough.
Now, CMake cannot seem to find MPI Package:
CMake Error in /home/loki/Desktop/GEOS/thirdPartyLibs/build-host-config-debug/CMakeFiles/CMakeScratch/TryCompile-IqJlmE/CMakeLists.txt:
Imported target "MPI::MPI_C" includes non-existent path
"/home/loki/Desktop/GEOS/thirdPartyLibs/I_MPI_SUBSTITUTE_INSTALLDIR/include"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
* The path was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and references files it does not
provide.
But, I have MPI installed through Intel OneAPI package and locations of the compilers are as follows:
set(ENABLE_MPI ON CACHE PATH "")
set(MPI_C_COMPILER "/opt/intel/oneapi/mpi/latest/bin/mpicc" CACHE PATH "")
set(MPI_CXX_COMPILER "/opt/intel/oneapi/mpi/latest/bin/mpicxx" CACHE PATH "")
set(MPIEXEC "/opt/intel/oneapi/mpi/latest/bin/mpirun" CACHE PATH "")
Do I need to add any more environment variables?
set(MPI_C_INCLUDE_PATH "/opt/intel/oneapi/mpi/latest/include/" CACHE PATH "")
I tried adding this, but it didn't work. Any help you can provide will be greatly appreciated. Thank you so much.
I cannot build this project as given in
https://geosx-geosx.readthedocs-hosted.com/en/latest/docs/sphinx/QuickStart.html
I am getting an error:
My host-config file is as follows:
I am on Pop-OS 22.04. I can add more details, if needed.
Thank you for your help.