Unverified Commit 2543c8ed authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

remove duplicated debug printing in `CMakeLists.txt` for MPI (#4644)

parent e81eaaaf
...@@ -121,8 +121,6 @@ endif(USE_DEBUG) ...@@ -121,8 +121,6 @@ endif(USE_DEBUG)
if(USE_MPI) if(USE_MPI)
find_package(MPI REQUIRED) find_package(MPI REQUIRED)
ADD_DEFINITIONS(-DUSE_MPI) ADD_DEFINITIONS(-DUSE_MPI)
MESSAGE(STATUS "MPI libraries: " ${MPI_LIBRARIES})
MESSAGE(STATUS "MPI C++ libraries: " ${MPI_CXX_LIBRARIES})
else() else()
ADD_DEFINITIONS(-DUSE_SOCKET) ADD_DEFINITIONS(-DUSE_SOCKET)
endif(USE_MPI) endif(USE_MPI)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment