Changes between Version 47 and Version 48 of MpiKernels

Show
Ignore:
Timestamp:
02/29/12 10:34:27 (13 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MpiKernels

    v47 v48  
    152152 
    153153== MPI Kernels as standalone executables == 
    154 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: 
     154The 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: 
    155155{{{ 
    156156...