Change some opal_output to OPAL_OUTPUT per CMR review.
This commit was SVN r28510.
Этот коммит содержится в:
родитель
5296099ecb
Коммит
52ebb0b17f
@ -3707,14 +3707,14 @@ static int btl_openib_component_progress(void)
|
||||
int local_count = 0;
|
||||
mca_btl_base_descriptor_t *frag;
|
||||
while (local_count < 10 && (1 == progress_one_cuda_dtoh_event(&frag))) {
|
||||
opal_output(-1, "btl_openib: event completed on frag=%p", (void *)frag);
|
||||
OPAL_OUTPUT((-1, "btl_openib: event completed on frag=%p", (void *)frag));
|
||||
frag->des_cbfunc(NULL, NULL, frag, OMPI_SUCCESS);
|
||||
local_count++;
|
||||
}
|
||||
count += local_count;
|
||||
}
|
||||
if (count > 0) {
|
||||
opal_output(-1, "btl_openib: DONE with openib progress, count=%d", count);
|
||||
OPAL_OUTPUT((-1, "btl_openib: DONE with openib progress, count=%d", count));
|
||||
}
|
||||
#endif /* OMPI_CUDA_SUPPORT */
|
||||
|
||||
|
@ -349,7 +349,7 @@ mca_pml_ob1_copy_frag_completion( mca_btl_base_module_t* btl,
|
||||
des->des_cbfunc = mca_pml_ob1_frag_completion;
|
||||
/* Reset the BTL onwership flag as the BTL can free it after completion. */
|
||||
des->des_flags |= MCA_BTL_DES_FLAGS_BTL_OWNERSHIP;
|
||||
opal_output(-1, "copy_frag_completion FRAG frag=%p", (void *)des);
|
||||
OPAL_OUTPUT((-1, "copy_frag_completion FRAG frag=%p", (void *)des));
|
||||
/* Currently, we cannot support a failure in the send. In the blocking
|
||||
* case, the counters tracking the fragments being sent are not adjusted
|
||||
* until the function returns success, so it handles the error by leaving
|
||||
@ -1069,7 +1069,7 @@ cannot_pack:
|
||||
* set up prior to checking.
|
||||
*/
|
||||
if (des->des_flags & MCA_BTL_DES_FLAGS_CUDA_COPY_ASYNC) {
|
||||
opal_output(-1, "Initiating async copy on FRAG frag=%p", (void *)des);
|
||||
OPAL_OUTPUT((-1, "Initiating async copy on FRAG frag=%p", (void *)des));
|
||||
/* Need to make sure BTL does not free frag after completion
|
||||
* of asynchronous copy as we still need to send the fragment. */
|
||||
des->des_flags &= ~MCA_BTL_DES_FLAGS_BTL_OWNERSHIP;
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user