STYLE: communication name "buffered" instead of "blocking"
- "buffered" corresponds to MPI_Bsend (buffered send), whereas the old name "blocking" is misleading since the regular MPI_Send also blocks until completion (ie, buffer can be reused). ENH: IPstream::read() returns std::streamsize instead of label (#3152) - previously returned a 'label' but std::streamsize is consistent with the input parameter and will help with later adjustments. - use <label> instead of <int> for internal accounting of the message size, for consistency with the underyling List<char> buffers used. - improve handling for corner case of IPstream receive with non-blocking, although this combination is not used anywhere
Showing
- applications/test/parallel-comm1/Test-parallel-comm1.C 4 additions, 4 deletionsapplications/test/parallel-comm1/Test-parallel-comm1.C
- applications/test/parallel/Test-parallel.C 4 additions, 4 deletionsapplications/test/parallel/Test-parallel.C
- applications/test/surface-sampling/mydebugSurfaceWriter.H 1 addition, 1 deletionapplications/test/surface-sampling/mydebugSurfaceWriter.H
- applications/utilities/mesh/manipulation/createPatch/createPatch.C 1 addition, 2 deletions...ons/utilities/mesh/manipulation/createPatch/createPatch.C
- applications/utilities/preProcessing/mapFieldsPar/MapVolFields.H 1 addition, 1 deletion...tions/utilities/preProcessing/mapFieldsPar/MapVolFields.H
- etc/controlDict 1 addition, 1 deletionetc/controlDict
- src/OpenFOAM/containers/Lists/SortableList/ParSortableList.C 2 additions, 2 deletionssrc/OpenFOAM/containers/Lists/SortableList/ParSortableList.C
- src/OpenFOAM/db/IOstreams/Pstreams/OPstreams.C 6 additions, 0 deletionssrc/OpenFOAM/db/IOstreams/Pstreams/OPstreams.C
- src/OpenFOAM/db/IOstreams/Pstreams/PstreamBuffers.H 2 additions, 2 deletionssrc/OpenFOAM/db/IOstreams/Pstreams/PstreamBuffers.H
- src/OpenFOAM/db/IOstreams/Pstreams/UIPstream.H 12 additions, 12 deletionssrc/OpenFOAM/db/IOstreams/Pstreams/UIPstream.H
- src/OpenFOAM/db/IOstreams/Pstreams/UPstream.C 3 additions, 1 deletionsrc/OpenFOAM/db/IOstreams/Pstreams/UPstream.C
- src/OpenFOAM/db/IOstreams/Pstreams/UPstream.H 5 additions, 3 deletionssrc/OpenFOAM/db/IOstreams/Pstreams/UPstream.H
- src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricBoundaryField.C 3 additions, 3 deletions...s/GeometricFields/GeometricField/GeometricBoundaryField.C
- src/OpenFOAM/fields/pointPatchFields/basic/basicSymmetry/basicSymmetryPointPatchField.H 1 addition, 1 deletion...Fields/basic/basicSymmetry/basicSymmetryPointPatchField.H
- src/OpenFOAM/fields/pointPatchFields/basic/coupled/coupledPointPatchField.H 1 addition, 1 deletion...s/pointPatchFields/basic/coupled/coupledPointPatchField.H
- src/OpenFOAM/fields/pointPatchFields/basic/value/valuePointPatchField.H 1 addition, 1 deletion...ields/pointPatchFields/basic/value/valuePointPatchField.H
- src/OpenFOAM/fields/pointPatchFields/constraint/cyclic/cyclicPointPatchField.H 1 addition, 1 deletion...ointPatchFields/constraint/cyclic/cyclicPointPatchField.H
- src/OpenFOAM/fields/pointPatchFields/constraint/cyclicSlip/cyclicSlipPointPatchField.H 1 addition, 1 deletion...hFields/constraint/cyclicSlip/cyclicSlipPointPatchField.H
- src/OpenFOAM/fields/pointPatchFields/constraint/nonuniformTransformCyclic/nonuniformTransformCyclicPointPatchField.H 1 addition, 1 deletion...ransformCyclic/nonuniformTransformCyclicPointPatchField.H
- src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchField.H 1 addition, 1 deletion...tchFields/constraint/processor/processorPointPatchField.H
Please register or sign in to comment