1. 13 Oct, 2025 1 commit
  2. 29 Feb, 2024 1 commit
  3. 05 Jun, 2020 1 commit
  4. 01 Jun, 2020 1 commit
  5. 17 Dec, 2019 1 commit
  6. 03 Dec, 2019 1 commit
    • ashok-ponnuswami-msft's avatar
      LightGBM would hang on MPI run if only some nodes have a fatal error. (#2600) · 61292080
      ashok-ponnuswami-msft authored
      * LightGBM would hang on MPI run if only some nodes have a fatal error. The issue is that the destructor of Application calls MPI_Finalize(), which will cause the program to hand and prevent from exiting. So we move the network finalization out of the destructor and call MPI_Finalize() or MPI_Abort() based on whether there was an unhandled exception.
      
      * Minor updates: Remove excess debug logging, whitespaces.
      
      * Add comments for new functions.
      61292080
  7. 13 Apr, 2019 1 commit
  8. 11 Apr, 2019 1 commit
  9. 11 May, 2018 1 commit
  10. 28 Mar, 2017 1 commit
  11. 13 Mar, 2017 1 commit
  12. 15 Nov, 2016 1 commit
  13. 05 Aug, 2016 1 commit