-
- Downloads
ENH: Pstream::exchange with Map<Container> data
- dynamic sparse data exchange using Map to hold data and sizes. Still uses the personalised exchange paradigm, but with non-blocking consensus exchange to obtain the sizes and regular point-to-point for the data exchange itself. This avoids an all-to-all but still keeps the point-to-point for overlapping communication, data chunking etc.
Showing
- applications/test/parallel-chunks/Test-parallel-chunks.C 31 additions, 0 deletionsapplications/test/parallel-chunks/Test-parallel-chunks.C
- src/OpenFOAM/db/IOstreams/Pstreams/Pstream.H 50 additions, 20 deletionssrc/OpenFOAM/db/IOstreams/Pstreams/Pstream.H
- src/OpenFOAM/db/IOstreams/Pstreams/PstreamExchange.C 267 additions, 21 deletionssrc/OpenFOAM/db/IOstreams/Pstreams/PstreamExchange.C
Loading
Please register or sign in to comment