Changes between Version 47 and Version 48 of MpiKernels
- Timestamp:
- 02/29/12 10:34:27 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MpiKernels
v47 v48 152 152 153 153 == MPI Kernels as standalone executables == 154 The other approach is to run M USCLE as separate processes. The MUSCLE provide two base kernel classes: `NativeKernel` and `MPIKernel` that can be used to run application code asseparate process. The process can comunicate with the library (and other kernels) via a new C/C++ MUSCLE API:154 The other approach is to run MPI code as a separate processes. The MUSCLE provide two base kernel classes: `NativeKernel` and `MPIKernel` that can be used to run application code as a separate process. The process can comunicate with the library (and other kernels) via a new C/C++ MUSCLE API: 155 155 {{{ 156 156 ...