No more warnings.
This commit was SVN r13683.
Этот коммит содержится в:
родитель
dbe6100bd2
Коммит
04138c23af
@ -800,9 +800,9 @@ void mca_btl_mvapi_dump(
|
|||||||
(endpoint->endpoint_state == MCA_BTL_IB_CLOSED ? "closed" :
|
(endpoint->endpoint_state == MCA_BTL_IB_CLOSED ? "closed" :
|
||||||
(endpoint->endpoint_state == MCA_BTL_IB_FAILED ? "failed" : "unknown")))))));
|
(endpoint->endpoint_state == MCA_BTL_IB_FAILED ? "failed" : "unknown")))))));
|
||||||
|
|
||||||
opal_output( 0, "pending send frags: %d\n", opal_list_get_size(&endpoint->pending_send_frags) );
|
opal_output( 0, "pending send frags: %ld\n", opal_list_get_size(&endpoint->pending_send_frags) );
|
||||||
opal_output( 0, "pending frags hp : %d\n", opal_list_get_size(&endpoint->pending_frags_hp) );
|
opal_output( 0, "pending frags hp : %ld\n", opal_list_get_size(&endpoint->pending_frags_hp) );
|
||||||
opal_output( 0, "pending frags lp : %d\n", opal_list_get_size(&endpoint->pending_frags_lp) );
|
opal_output( 0, "pending frags lp : %ld\n", opal_list_get_size(&endpoint->pending_frags_lp) );
|
||||||
#ifdef VAPI_FEATURE_SRQ
|
#ifdef VAPI_FEATURE_SRQ
|
||||||
if( mca_btl_mvapi_component.use_srq ) {
|
if( mca_btl_mvapi_component.use_srq ) {
|
||||||
opal_output( 0, "mvapi_btl->srd_posted_hp %d\n", mvapi_btl->srd_posted_hp );
|
opal_output( 0, "mvapi_btl->srd_posted_hp %d\n", mvapi_btl->srd_posted_hp );
|
||||||
|
@ -140,14 +140,14 @@ mca_btl_mvapi_proc_t* mca_btl_mvapi_proc_create(ompi_proc_t* ompi_proc)
|
|||||||
|
|
||||||
|
|
||||||
if(OMPI_SUCCESS != rc) {
|
if(OMPI_SUCCESS != rc) {
|
||||||
opal_output(0, "[%s:%d] mca_pml_base_modex_recv failed for peer [%d,%d,%d]",
|
opal_output(0, "[%s:%d] mca_pml_base_modex_recv failed for peer [%ld,%ld,%ld]",
|
||||||
__FILE__,__LINE__,ORTE_NAME_ARGS(&ompi_proc->proc_name));
|
__FILE__,__LINE__,ORTE_NAME_ARGS(&ompi_proc->proc_name));
|
||||||
OBJ_RELEASE(mvapi_proc);
|
OBJ_RELEASE(mvapi_proc);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
if((size % sizeof(mca_btl_mvapi_port_info_t)) != 0) {
|
if((size % sizeof(mca_btl_mvapi_port_info_t)) != 0) {
|
||||||
opal_output(0, "[%s:%d] invalid mvapi address for peer [%d,%d,%d]",
|
opal_output(0, "[%s:%d] invalid mvapi address for peer [%ld,%ld,%ld]",
|
||||||
__FILE__,__LINE__,ORTE_NAME_ARGS(&ompi_proc->proc_name));
|
__FILE__,__LINE__,ORTE_NAME_ARGS(&ompi_proc->proc_name));
|
||||||
OBJ_RELEASE(mvapi_proc);
|
OBJ_RELEASE(mvapi_proc);
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user