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
Этот коммит содержится в:
родитель
7e57bbb0ef
Коммит
a2713dcac8
@ -540,7 +540,7 @@ component_fragment_cb(ompi_osc_pt2pt_mpireq_t *mpireq)
|
|||||||
if (NULL == datatype) {
|
if (NULL == datatype) {
|
||||||
opal_output(ompi_osc_base_output,
|
opal_output(ompi_osc_base_output,
|
||||||
"Error recreating datatype. Aborting.");
|
"Error recreating datatype. Aborting.");
|
||||||
ompi_mpi_abort(module->m_comm, 1, false);
|
ompi_mpi_abort(module->p2p_comm, 1, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* create replyreq sendreq */
|
/* create replyreq sendreq */
|
||||||
|
@ -530,7 +530,7 @@ ompi_osc_pt2pt_sendreq_recv_put(ompi_osc_pt2pt_module_t *module,
|
|||||||
if (NULL == datatype) {
|
if (NULL == datatype) {
|
||||||
opal_output(ompi_osc_base_output,
|
opal_output(ompi_osc_base_output,
|
||||||
"Error recreating datatype. Aborting.");
|
"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) {
|
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) {
|
if (NULL == datatype) {
|
||||||
opal_output(ompi_osc_base_output,
|
opal_output(ompi_osc_base_output,
|
||||||
"Error recreating datatype. Aborting.");
|
"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) {
|
if (header->hdr_msg_length > 0) {
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user