1
1
This commit was SVN r14196.
Этот коммит содержится в:
George Bosilca 2007-04-02 19:11:06 +00:00
родитель 0e98bf2ac6
Коммит 120cf76ad8
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -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;