1
1

eeks! Bad to notice after committing the pt2pt part of r14806 that the

compile failed because of the wrong variable name.

This commit was SVN r14807.

The following SVN revision numbers were found above:
  r14806 --> open-mpi/ompi@7e57bbb0ef
Этот коммит содержится в:
Brian Barrett 2007-05-30 20:33:08 +00:00
родитель 7e57bbb0ef
Коммит a2713dcac8
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -540,7 +540,7 @@ component_fragment_cb(ompi_osc_pt2pt_mpireq_t *mpireq)
if (NULL == datatype) {
opal_output(ompi_osc_base_output,
"Error recreating datatype. Aborting.");
ompi_mpi_abort(module->m_comm, 1, false);
ompi_mpi_abort(module->p2p_comm, 1, false);
}
/* create replyreq sendreq */

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

@ -530,7 +530,7 @@ ompi_osc_pt2pt_sendreq_recv_put(ompi_osc_pt2pt_module_t *module,
if (NULL == datatype) {
opal_output(ompi_osc_base_output,
"Error recreating datatype. Aborting.");
ompi_mpi_abort(module->m_comm, 1, false);
ompi_mpi_abort(module->p2p_comm, 1, false);
}
if (header->hdr_msg_length > 0) {
@ -650,7 +650,7 @@ ompi_osc_pt2pt_sendreq_recv_accum(ompi_osc_pt2pt_module_t *module,
if (NULL == datatype) {
opal_output(ompi_osc_base_output,
"Error recreating datatype. Aborting.");
ompi_mpi_abort(module->m_comm, 1, false);
ompi_mpi_abort(module->p2p_comm, 1, false);
}
if (header->hdr_msg_length > 0) {