![]() |
AmpTools
|
#include <MPITag.h>
Public Types | |
enum | { kIntSend = 1, kDoubleSend, kCharSend, kDataSend, kAcknowledge, kMaxTags } |
All MPI messages may have an integer tag associated with them. The purpose of this class is to organize these tags and make them more human readable. Having tags for the various data types avoids the pitfall of sending one type of data but reading it into another data type.
anonymous enum |