Functions

gridmd Namespace Reference

Namespace for global GridMD functions. More...

Functions

int begin_distributed ()
 gmManager::begin_distributed() called for the global gmExperiment
int end_distributed ()
 gmManager::end_distributed() called for the global gmExperiment
template<class link_type >
int mark_node (const string &name, gmSelector input=gmNODE_PREV, const link_type &t=gmHardLink(), int srcport=-1)
 See gmManager::mark_node().
int mark_node (const string &name, gmSelector input=gmNODE_PREV)
 See gmManager::mark_node().
template<class link_type >
int node (const string &name, gmSelector input=gmNODE_PREV, const link_type &t=gmHardLink(), int srcport=-1)
 See gmManager::mark_node().
int node (const string &name, gmSelector input=gmNODE_PREV)
 See gmManager::mark_node().
int get_curnode ()
 See gmManager::get_curnode().
template<class data_t >
int link (gmNodeID from, gmNodeID to, int srcport=-1)
 See gmManager::link().
template<class data_t >
data_t & node_output (int portid=0)
 See gmManager::node_output().
template<class data_t >
const data_t & node_input (int portid=0)
 See gmManager::node_input().
int process_cur_node ()
 See gmManager::process_cur_node().
int gridmd_init (int argc, char **argv)
 See gmManager::init().

Detailed Description

Namespace for global GridMD functions.

These functions duplicate (for convenience) the corresponding gmManager class member functions and are applied to the global gmExperiment object.