#include <iostream>
#include <mpi.h>
#include "MPICommunicator.h"
Go to the source code of this file.
Compounds | |
class | AsyncMesgHandle |
Variables | |
const KokoTag | KOKO_ANY_TAG = MPI_ANY_TAG |
const KokoProcID | KOKO_ANY_ID = MPI_ANY_SOURCE |
const KokoMesgHandle | KOKO_NULL_HANDLE = 0 |
|
Definition at line 42 of file MPICommunicator.cpp. Referenced by Messenger::WaitForMessage(). |
|
Definition at line 41 of file MPICommunicator.cpp. Referenced by Communicator::Communicator(), KokoBuffer::GetTag(), and Messenger::WaitForMessage(). |
|
Definition at line 43 of file MPICommunicator.cpp. Referenced by MPICommunicator::ARecv(), MPICommunicator::ASend(), MPICommunicator::Test(), and MPICommunicator::Wait(). |