1
1

use sync send to ensure message is received before exiting

This commit was SVN r7374.
Этот коммит содержится в:
Tim Woodall 2005-09-14 21:28:17 +00:00
родитель d190e6a315
Коммит 9279e4f882

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

@ -581,7 +581,7 @@ ompi_comm_disconnect_obj *ompi_comm_disconnect_init ( ompi_communicator_t *comm)
ret = MCA_PML_CALL(isend (&(obj->buf), 0, MPI_INT, i,
OMPI_COMM_BARRIER_TAG,
MCA_PML_BASE_SEND_STANDARD,
MCA_PML_BASE_SEND_SYNCHRONOUS,
comm, &(obj->reqs[2*i+1])));
if ( OMPI_SUCCESS != ret ) {