Class MPIUtils
Defined in File MPIUtils.hpp
Class Documentation
-
class MPIUtils
Public Static Functions
-
template<typename T>
static inline void sendClass(T *t, RankType dst, CommunicatorType comm, int tag = TRANSFER_CLASS_TAG)
-
template<typename T>
static inline void receiveClass(T *t, RankType src, CommunicatorType comm, int tag = TRANSFER_CLASS_TAG)
-
template<typename T>
static inline void broadcastContainer(T &v, RankType root, CommunicatorType comm)
-
template<typename T>
static inline void broadcastClass(T *t, RankType root, CommunicatorType comm)
-
template<typename T>