Changes between Version 32 and Version 33 of MpiKernels
- Timestamp:
- 02/28/12 18:39:35 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MpiKernels
v32 v33 134 134 The other approach is to run MUSCLE as separate processes. The MUSCLE provide two base kernel classes: `NativeKernel` and `MPIKernel` that can be used to run application code as separate process. The process can comunicate with the library (and other kernels) via a new C/C++ MUSCLE API: 135 135 {{{ 136 ... 136 137 muscle::env::init(); 137 138 … … 151 152 152 153 muscle::env::finalize(); 154 ... 153 155 }}} 154 156 === Sources ===