1
1

Fix yet another compile error from the great DDT split (r21641). Sigh.

This commit was SVN r21697.

The following SVN revision numbers were found above:
  r21641 --> open-mpi/ompi@6c5532072a
Этот коммит содержится в:
Jeff Squyres 2009-07-16 18:08:03 +00:00
родитель e1383027e1
Коммит 9dc7f884b2

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

@ -336,7 +336,7 @@ mca_btl_base_descriptor_t* mca_btl_sctp_prepare_dst(
return NULL;
}
ompi_datatype_type_lb(convertor->pDesc, &lb);
opal_datatype_type_lb(convertor->pDesc, &lb);
frag->segments->seg_len = *size;
frag->segments->seg_addr.pval = convertor->pBaseBuf + lb + convertor->bConverted;