remove some unneeded debugging output
This commit was SVN r8841.
Этот коммит содержится в:
родитель
05c9de058c
Коммит
d7056e6e2a
@ -250,8 +250,6 @@ ompi_osc_pt2pt_sendreq_send(ompi_osc_pt2pt_module_t *module,
|
||||
#endif
|
||||
|
||||
/* send fragment */
|
||||
opal_output(0, "sending sendreq of type %d to %d",
|
||||
header->hdr_type, sendreq->req_target_rank);
|
||||
ret = mca_bml_base_send(bml_btl, descriptor, MCA_BTL_TAG_OSC_PT2PT);
|
||||
goto done;
|
||||
|
||||
@ -414,8 +412,6 @@ ompi_osc_pt2pt_replyreq_send(ompi_osc_pt2pt_module_t *module,
|
||||
#endif
|
||||
|
||||
/* send fragment */
|
||||
opal_output(0, "sending replyreq to %d",
|
||||
replyreq->rep_origin_rank);
|
||||
ret = mca_bml_base_send(bml_btl, descriptor, MCA_BTL_TAG_OSC_PT2PT);
|
||||
goto done;
|
||||
|
||||
|
@ -108,9 +108,6 @@ ompi_osc_pt2pt_module_fence(int assert, ompi_win_t *win)
|
||||
|
||||
P2P_MODULE(win)->p2p_num_pending_in += incoming_reqs;
|
||||
|
||||
opal_output(0, "fence: waiting on %d operations",
|
||||
P2P_MODULE(win)->p2p_num_pending_in);
|
||||
|
||||
for (i = 0 ; i < ompi_comm_size(P2P_MODULE(win)->p2p_comm) ; ++i) {
|
||||
opal_list_item_t *item;
|
||||
opal_list_t *req_list =
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user