Skip to content

Commit

Permalink
add log for FLAGS_communicator_send_wait_times
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesqiao committed Apr 1, 2019
1 parent b65adf7 commit 766666a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions paddle/fluid/operators/distributed/communicator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ Communicator::Communicator(const RpcCtxMap &send_varname_to_ctx,
<< FLAGS_communicator_max_send_grad_num_before_recv;
VLOG(0) << "communicator_thread_pool_size: "
<< FLAGS_communicator_thread_pool_size;
VLOG(0) << "communicator_send_wait_times: "
<< FLAGS_communicator_send_wait_times;
VLOG(0) << "communicator_max_merge_var_num: "
<< FLAGS_communicator_max_merge_var_num;
VLOG(0) << "communicator_fake_rpc: " << FLAGS_communicator_fake_rpc;
Expand Down

0 comments on commit 766666a

Please sign in to comment.