1. 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
  2. 13 Apr, 2019 1 commit
  3. 11 Apr, 2019 1 commit
  4. 11 May, 2018 1 commit
  5. 28 Mar, 2017 1 commit
  6. 13 Mar, 2017 1 commit
  7. 15 Nov, 2016 1 commit
  8. 05 Aug, 2016 1 commit