-
- Downloads
ENH: add UPstream request cancellation (#2800)
- useful when speculative receives have been initiated but are no longer required. Combines MPI_Cancel() + MPI_Request_free() for consistent resource management. Currently no feedback provided if the request was satisfied by a completed send/recv or by cancellation (can be added later if required).
Showing
- src/OpenFOAM/db/IOstreams/Pstreams/UPstream.H 37 additions, 4 deletionssrc/OpenFOAM/db/IOstreams/Pstreams/UPstream.H
- src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/processorGAMGInterfaceField/processorGAMGInterfaceField.C 2 additions, 3 deletions...processorGAMGInterfaceField/processorGAMGInterfaceField.C
- src/Pstream/dummy/UPstreamRequest.C 12 additions, 5 deletionssrc/Pstream/dummy/UPstreamRequest.C
- src/Pstream/mpi/UPstreamRequest.C 194 additions, 80 deletionssrc/Pstream/mpi/UPstreamRequest.C
- src/overset/lduPrimitiveProcessorInterface/GAMG/calculatedProcessorGAMGInterfaceField.C 2 additions, 3 deletions...sorInterface/GAMG/calculatedProcessorGAMGInterfaceField.C
Loading
Please register or sign in to comment