Changes between Version 32 and Version 33 of MpiKernels

Show
Ignore:
Timestamp:
02/28/12 18:39:35 (13 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MpiKernels

    v32 v33  
    134134The 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: 
    135135{{{ 
     136... 
    136137                muscle::env::init(); 
    137138 
     
    151152 
    152153                muscle::env::finalize(); 
     154... 
    153155}}} 
    154156=== Sources  ===