Remove some warnings.
This commit was SVN r14196.
Этот коммит содержится в:
родитель
0e98bf2ac6
Коммит
120cf76ad8
@ -678,8 +678,8 @@ int mca_btl_udapl_component_progress()
|
|||||||
/* Was the DTO successful? */
|
/* Was the DTO successful? */
|
||||||
if(DAT_DTO_SUCCESS != dto->status) {
|
if(DAT_DTO_SUCCESS != dto->status) {
|
||||||
OPAL_OUTPUT((0,
|
OPAL_OUTPUT((0,
|
||||||
"btl_udapl ***** DTO error %d %d %u %p*****\n",
|
"btl_udapl ***** DTO error %d %d %lu %p*****\n",
|
||||||
dto->status, frag->type, frag->size, dto->ep_handle));
|
dto->status, frag->type, (unsigned long)frag->size, dto->ep_handle));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ ompi_coll_tuned_scatter_intra_binomial(void *sbuf, int scount,
|
|||||||
int rank;
|
int rank;
|
||||||
int vrank;
|
int vrank;
|
||||||
int size;
|
int size;
|
||||||
int total_recv = 0, total_send = 0;
|
int total_send = 0;
|
||||||
char *ptmp = NULL;
|
char *ptmp = NULL;
|
||||||
char *tempbuf = NULL;
|
char *tempbuf = NULL;
|
||||||
int err;
|
int err;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user