Ejemplo n.º 1
0
 execute() {
     mainProxy.execute();
 }
Ejemplo n.º 2
0
//! \brief Charm++ chare execute
//! \details By the time this object is constructed, the Charm++ runtime system
//!    has finished migrating all global-scoped read-only objects which happens
//!    after the main chare constructor has finished.
//! \author J. Bakosi
struct execute : CBase_execute { execute() { mainProxy.execute(); } };
Ejemplo n.º 3
0
 public: execute() { mainProxy.execute(); }