We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f4657 commit 66f188cCopy full SHA for 66f188c
CMakeLists.txt
@@ -284,6 +284,8 @@ if(WIN32) # Only support building with GCC & GFortran using Intel MPI (OneAPI)
284
set (IMPI_LIB_DIR "${MPI_ROOT}/lib/${IMPI_BUILD}")
285
set (IMPI_DLL_DIR "${MPI_ROOT}/bin/${IMPI_BUILD}")
286
287
+ message(STATUS "Looking in IMPI_LIB_DIR=${IMPI_LIB_DIR}")
288
+ message(STATUS "Looking in IMPI_DLL_DIR=${IMPI_DLL_DIR}")
289
find_library(IMPI_LIB
290
"impi.lib"
291
HINTS "${IMPI_LIB_DIR}"
0 commit comments