示例#1
0
 execute() {
     mainProxy.execute();
 }
示例#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(); } };
示例#3
0
文件: RNGTest.C 项目: brog2610/quinoa
 public: execute() { mainProxy.execute(); }