![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Public Attributes | |
| size_t | message_size |
| Size of the MPI message. | |
| i32 | rank_sender |
| Rank of the sender. | |
| i32 | rank_receiver |
| Rank of the receiver. | |
| std::optional< i32 > | message_tag |
| Tag of the MPI message. | |
| std::optional< CommMessageBufOffset > | message_bytebuf_offset_send |
| Offset of the MPI message in the send buffer. | |
| std::optional< CommMessageBufOffset > | message_bytebuf_offset_recv |
| Offset of the MPI message in the recv buffer. | |
Definition at line 37 of file sparse_exchange.hpp.
| std::optional<CommMessageBufOffset> shamalgs::collective::CommMessageInfo::message_bytebuf_offset_recv |
Offset of the MPI message in the recv buffer.
Definition at line 46 of file sparse_exchange.hpp.
| std::optional<CommMessageBufOffset> shamalgs::collective::CommMessageInfo::message_bytebuf_offset_send |
Offset of the MPI message in the send buffer.
Definition at line 44 of file sparse_exchange.hpp.
| size_t shamalgs::collective::CommMessageInfo::message_size |
Size of the MPI message.
Definition at line 38 of file sparse_exchange.hpp.
| std::optional<i32> shamalgs::collective::CommMessageInfo::message_tag |
Tag of the MPI message.
Definition at line 41 of file sparse_exchange.hpp.
| i32 shamalgs::collective::CommMessageInfo::rank_receiver |
Rank of the receiver.
Definition at line 40 of file sparse_exchange.hpp.
| i32 shamalgs::collective::CommMessageInfo::rank_sender |
Rank of the sender.
Definition at line 39 of file sparse_exchange.hpp.