Class InterProcAddress¶
Defined in File InterProcAddress.hpp
Class Documentation¶
-
class
uit::InterProcAddress¶ TODO
- Template Parameters
ImplSpec: class with static and typedef members specifying implementation details for the conduit framework.
Public Functions
-
InterProcAddress(const uitsl::proc_id_t outlet_proc_ = 0, const uitsl::proc_id_t inlet_proc_ = 0, const uitsl::thread_id_t outlet_thread_ = 0, const uitsl::thread_id_t inlet_thread_ = 0, const int tag_ = 0, const MPI_Comm comm_ = MPI_COMM_WORLD)¶
-
uitsl::thread_id_t
GetOutletThread() const¶
-
uitsl::thread_id_t
GetInletThread() const¶
-
int
GetTag() const¶
-
MPI_Comm
GetComm() const¶
-
bool
operator<(const InterProcAddress &other) const¶
-
bool
operator==(const InterProcAddress &other) const¶
-
bool
operator!=(const InterProcAddress &other) const¶
-
std::string
ToString() const¶