mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: bundle together freed/outstanding MPI request handling
- improve communicator wrapping - avoid indexing errors when using partial subranks - UPstream::is_subrank (for testing partial subranks)
This commit is contained in:
@ -218,7 +218,7 @@ Foam::label Foam::UIPstream::read
|
||||
<< Foam::endl;
|
||||
}
|
||||
|
||||
PstreamGlobals::outstandingRequests_.append(request);
|
||||
PstreamGlobals::outstandingRequests_.push_back(request);
|
||||
|
||||
// Assume the message is completely received.
|
||||
return bufSize;
|
||||
|
||||
Reference in New Issue
Block a user