AmpTools
MPITag Class Reference

#include <MPITag.h>

Public Types

enum  {
  kIntSend = 1, kDoubleSend, kCharSend, kDataSend,
  kAcknowledge, kMaxTags
}
 

Detailed Description

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.

Definition at line 50 of file MPITag.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

A simple enum for keeping tracking of the tags.

Enumerator
kIntSend 
kDoubleSend 
kCharSend 
kDataSend 
kAcknowledge 
kMaxTags 

Definition at line 58 of file MPITag.h.


The documentation for this class was generated from the following file: