Skip to content
New issue

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

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

Merged
merged 2 commits into from
Oct 5, 2021

Conversation

StrikerRUS
Copy link
Collaborator

find_package(MPI REQUIRED) command prints the same info (even more detailed) as the lines removed in this PR.

...
-- Detecting CXX compile features - done
-- Found MPI_C: /usr/local/Cellar/open-mpi/4.1.1_2/lib/libmpi.dylib (found version "3.1") 
-- Found MPI_CXX: /usr/local/Cellar/open-mpi/4.1.1_2/lib/libmpi.dylib (found version "3.1") 
-- Found MPI: TRUE (found version "3.1")  
-- MPI libraries: /usr/local/Cellar/open-mpi/4.1.1_2/lib/libmpi.dylib
-- MPI C++ libraries: /usr/local/Cellar/open-mpi/4.1.1_2/lib/libmpi.dylib
-- Found OpenMP_C: -fopenmp (found version "4.5") 
-- Found OpenMP_CXX: -fopenmp (found version "4.5") 
-- Found OpenMP: TRUE (found version "4.5")  
-- Performing Test MM_PREFETCH
...

@guolinke guolinke merged commit 2543c8e into master Oct 5, 2021
@StrikerRUS StrikerRUS deleted the cmake_mpi branch October 5, 2021 20:54
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants