openfoam/src/OpenFOAM/db/IOstreams/Pstreams
Mark Olesen 0ba4f36c60 ENH: use List containers for Pstream read/write calls
- using the List containers, and not their low-level data_bytes(),
  size_bytes() methods is more convenient and allows future
  adjustments to be centralized

ENH: trivial intptr_t wrapper for MPI_Win

STYLE: minor adjustments to mpirunDebug
2025-02-11 11:09:30 +01:00
..
IPBstreams.C ENH: simplify Pstream broadcast stream construction 2024-04-10 15:55:29 +02:00
IPstream.H ENH: add send/recv static methods for broadcast streams 2024-04-22 11:46:27 +02:00
IPstreams.C STYLE: use Perr instead of Pout for UPstream::debug and warnComm 2024-05-07 14:45:10 +02:00
OPBstreams.C ENH: simplify Pstream broadcast stream construction 2024-04-10 15:55:29 +02:00
OPstream.H ENH: add send/recv static methods for broadcast streams 2024-04-22 11:46:27 +02:00
OPstreams.C STYLE: communication name "buffered" instead of "blocking" 2024-04-29 10:19:40 +02:00
Pstream.C ENH: bundle broadcasts (#2371) 2022-04-29 11:44:28 +02:00
Pstream.H ENH: use UList instead of List for some Pstream gather/scatter 2024-02-07 10:02:28 +01:00
PstreamBroadcast.C ENH: upgrade to use some C++17 constructs 2025-01-31 09:51:44 +01:00
PstreamBuffers.C ENH: more unique tags to avoid overlapping comms 2024-11-27 12:33:28 +00:00
PstreamBuffers.H ENH: more unique tags to avoid overlapping comms 2024-11-27 12:33:28 +00:00
PstreamCombineGather.C ENH: use List containers for Pstream read/write calls 2025-02-11 11:09:30 +01:00
PstreamCombineReduceOps.H ENH: more consistent naming of MPI reductions 2022-09-23 19:19:03 +02:00
PstreamExchange.C ENH: upgrade to use some C++17 constructs 2025-01-31 09:51:44 +01:00
PstreamExchangeConsensus.C ENH: upgrade to use some C++17 constructs 2025-01-31 09:51:44 +01:00
PstreamGather.C ENH: upgrade to use some C++17 constructs 2025-01-31 09:51:44 +01:00
PstreamGatherList.C ENH: use List containers for Pstream read/write calls 2025-02-11 11:09:30 +01:00
PstreamReduceOps.H STYLE: use Perr instead of Pout for UPstream::debug and warnComm 2024-05-07 14:45:10 +02:00
UIPstream.H ENH: simpler internal handling of stderr in message streams 2024-05-23 13:51:53 +02:00
UIPstreamBase.C STYLE: use Perr instead of Pout for UPstream::debug and warnComm 2024-05-07 14:45:10 +02:00
UOPstream.H ENH: simpler internal handling of stderr in message streams 2024-05-23 13:51:53 +02:00
UOPstreamBase.C ENH: make ITstream positioning methods noexcept 2024-03-06 11:01:57 +01:00
UPstream.C ENH: use List containers for Pstream read/write calls 2025-02-11 11:09:30 +01:00
UPstream.H ENH: use List containers for Pstream read/write calls 2025-02-11 11:09:30 +01:00
UPstreamCommsStruct.C ENH: consolidate UPstream::commsStruct code 2023-04-18 14:08:39 +02:00
UPstreamTemplates.C ENH: upgrade to use some C++17 constructs 2025-01-31 09:51:44 +01:00
UPstreamTraits.H ENH: use List containers for Pstream read/write calls 2025-02-11 11:09:30 +01:00
UPstreamWindow.H ENH: use List containers for Pstream read/write calls 2025-02-11 11:09:30 +01:00