-
- Downloads
FIX: incorrect parameters for IN_PLACE MPI_Gather, MPI_Scatter
STYLE: mark Pstream::scatterList() as deprecated - this entry point is not directly used anywhere, only the scatterList_algorithm backend is actually used. The scatterList() routine is misnomer since it actually works like a broadcast that skips overwriting the local rank, but only if used in combination with the gatherList() manual implementation that uses the same walk pattern.
Showing
- applications/test/gather-scatter1/Make/files 3 additions, 0 deletionsapplications/test/gather-scatter1/Make/files
- applications/test/gather-scatter1/Make/options 2 additions, 0 deletionsapplications/test/gather-scatter1/Make/options
- applications/test/gather-scatter1/Test-gather-scatter1.cxx 282 additions, 0 deletionsapplications/test/gather-scatter1/Test-gather-scatter1.cxx
- src/OpenFOAM/db/IOstreams/Pstreams/Pstream.H 25 additions, 13 deletionssrc/OpenFOAM/db/IOstreams/Pstreams/Pstream.H
- src/OpenFOAM/db/IOstreams/Pstreams/PstreamGatherList.txx 15 additions, 31 deletionssrc/OpenFOAM/db/IOstreams/Pstreams/PstreamGatherList.txx
- src/OpenFOAM/db/IOstreams/Pstreams/UPstream.H 24 additions, 20 deletionssrc/OpenFOAM/db/IOstreams/Pstreams/UPstream.H
- src/OpenFOAM/db/IOstreams/Pstreams/UPstream.txx 2 additions, 2 deletionssrc/OpenFOAM/db/IOstreams/Pstreams/UPstream.txx
- src/Pstream/mpi/UPstreamBroadcast.C 1 addition, 1 deletionsrc/Pstream/mpi/UPstreamBroadcast.C
- src/Pstream/mpi/UPstreamGatherScatter.C 27 additions, 5 deletionssrc/Pstream/mpi/UPstreamGatherScatter.C
- src/Pstream/mpi/UPstreamReduce.C 3 additions, 3 deletionssrc/Pstream/mpi/UPstreamReduce.C
- src/Pstream/mpi/UPstreamWrapping.H 2 additions, 2 deletionssrc/Pstream/mpi/UPstreamWrapping.H
- src/Pstream/mpi/UPstreamWrapping.txx 42 additions, 31 deletionssrc/Pstream/mpi/UPstreamWrapping.txx
Loading
Please register or sign in to comment