TIMPI
|
Go to the source code of this file.
Functions | |
void | testGetUniqueTagAuto () |
void | testGetUniqueTagManual () |
void | testGetUniqueTagOverlap () |
int | main (int argc, const char *const *argv) |
Variables | |
Communicator * | TestCommWorld |
int main | ( | int | argc, |
const char *const * | argv | ||
) |
Definition at line 104 of file message_tag_unit.C.
References TIMPI::TIMPIInit::comm(), TestCommWorld, testGetUniqueTagAuto(), testGetUniqueTagManual(), and testGetUniqueTagOverlap().
void testGetUniqueTagAuto | ( | ) |
Definition at line 13 of file message_tag_unit.C.
References TIMPI::Communicator::duplicate(), TIMPI::Communicator::get_unique_tag(), TestCommWorld, and TIMPI::MessageTag::value().
Referenced by main().
void testGetUniqueTagManual | ( | ) |
Definition at line 53 of file message_tag_unit.C.
References TIMPI::Communicator::get_unique_tag(), TestCommWorld, and TIMPI::MessageTag::value().
Referenced by main().
void testGetUniqueTagOverlap | ( | ) |
Definition at line 79 of file message_tag_unit.C.
References TIMPI::Communicator::get_unique_tag(), TestCommWorld, and TIMPI::MessageTag::value().
Referenced by main().
Communicator* TestCommWorld |
Definition at line 11 of file message_tag_unit.C.
Referenced by main(), testGetUniqueTagAuto(), testGetUniqueTagManual(), and testGetUniqueTagOverlap().