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

[rabit] Drop support for MPI backend. #9525

Merged
merged 4 commits into from
Aug 28, 2023

Conversation

trivialfis
Copy link
Member

@trivialfis trivialfis commented Aug 26, 2023

Motivation

  • We have no test for the MPI backend.
  • Nowadays, people use distributed frameworks for machine learning, they usually have their own communication channels.
  • Even if the MPI support is desirable, the C++ interface of MPI is deprecated and we have to rewrite the implementation anyway.

changes

  • add checks in cmake
  • Remove mpi related code.

@trivialfis
Copy link
Member Author

cc @hcho3 @RAMitchell

@trivialfis trivialfis merged commit 90ef250 into dmlc:master Aug 28, 2023
21 checks passed
@trivialfis trivialfis deleted the rabit-drop-mpi branch August 28, 2023 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants