fix bug of communicator flag, test=develop (#19635)

sigmoid_bug
tangwei12 6 years ago committed by GitHub
parent 3abe84500e
commit f45cb1c2ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -181,7 +181,7 @@ void Communicator::SendThread() {
}
void Communicator::RecvNonIndependent() {
if (!FLAGS_communicator_independent_recv_thread) {
if (FLAGS_communicator_independent_recv_thread) {
return;
}

Loading…
Cancel
Save