OpenM++ runtime library (libopenm)
msgEmpty.h File Reference

OpenM++: empty implementation of message passing library. More...

Include dependency graph for msgEmpty.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  openm::EmptyPackedAdapter
 pack and unpack adapter for metadata table db rows (empty implementation). More...
 
class  openm::MsgEmptyExec
 message passing main class. More...
 
class  openm::MsgEmptySendBase
 base class for non-blocking send (empty implementation) More...
 
class  openm::MsgEmptySendArray
 non-blocking send of value array (empty implementation) More...
 
class  openm::MsgEmptySendPacked
 non-blocking send of packed data (empty implementation) More...
 
class  openm::MsgEmptyRecvArray
 non-blocking receive of value array (empty implementation) More...
 
class  openm::MsgEmptyRecvPacked
 non-blocking receive of packed data (empty implementation) More...
 

Namespaces

namespace  openm
 openM++ namespace
 

Detailed Description

OpenM++: empty implementation of message passing library.