1
1
Have no idea why this function always returns a failure.  It should
always return SUCCESS (provided the status is value).

This commit was SVN r12364.

The following Trac tickets were found above:
  Ticket 496 --> https://svn.open-mpi.org/trac/ompi/ticket/496
Этот коммит содержится в:
Jeff Squyres 2006-10-30 22:44:23 +00:00
родитель 0b2616173a
Коммит 63155bca09

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

@ -38,6 +38,5 @@ int MPI_Status_set_cancelled(MPI_Status *status, int flag)
}
status->_cancelled = flag;
return OMPI_ERRHANDLER_INVOKE(MPI_COMM_WORLD, MPI_ERR_OTHER, FUNC_NAME);
return MPI_SUCCESS;
}