#include "Tulip/Messaging.h"
#include "Pooma/Pooma.h"
#include "Evaluator/InlineEvaluator.h"
#include "Evaluator/RequestLocks.h"
#include "Engine/DataObject.h"
#include "Utilities/PAssert.h"
Classes | |
struct | SendReceive |
The non-cheetah versions of send and receive are empty and should never actually be used, since a remote view should only happen when the data lives on another context. More... | |
struct | Receive< IncomingView > |
SendReceive is a wrapper class that contains a send() and receive() function that encapsulate generating the necessary tag and launching the SendKernel and ReceiveKernel iterates.