After review with Rolf, decided to be a bit more safe and instead of
assigning status._cancelled, call MPI_STATUS_SET_CANCELLED. This commit was SVN r12471.
Этот коммит содержится в:
родитель
427c20af0d
Коммит
31e8f510fe
@ -100,6 +100,6 @@ MPI::Status::Set_elements(const MPI::Datatype& datatype, int count)
|
||||
inline void
|
||||
MPI::Status::Set_cancelled(bool flag)
|
||||
{
|
||||
mpi_status._cancelled = (int) flag;
|
||||
MPI_Status_set_cancelled(&mpi_status, (int) flag);
|
||||
}
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user