mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-19 19:00:47 +00:00
changed wording. (#6337)
This commit is contained in:
parent
f7034b9bca
commit
d367941cc4
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ MPIContext::~MPIContext() {
|
|||
std::this_thread::sleep_for(std::chrono::seconds(MPIContext::MPI_TIMEOUT_IN_SECONDS));
|
||||
if (!perform_graceful_exit) {
|
||||
LOGS(logger_, INFO) << "MPI is not able to gracefully shut down. Aborting MPI.";
|
||||
// Request to cancel the thread since it's hanging.
|
||||
// Request to cancel the thread since it's not responsive.
|
||||
pthread_t native_handle = release_func_executor_thread.native_handle();
|
||||
pthread_cancel(native_handle);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue