Changes between Version 22 and Version 23 of MpiKernels

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

--

Legend:

Unmodified
Added
Removed
Modified
  • MpiKernels

    v22 v23  
    1313The example codes can be found in `src/cpp/examples/mpiring/` directory of the MUSCLE source distribution. 
    1414== MPI Kernels as dynamic libraries == 
    15 This approach follows the original MUSCLE philosophy that relay on using Java Native Interface/Access mechanism to integrate C/C++ codes as MUSCLE kernels. 
     15This approach follows the original MUSCLE philosophy that relay on using Java Native !Interface/Access mechanism to integrate C/C++ codes as MUSCLE kernels. 
    1616 
    1717A new method, `public void executeDirectly()`, is available in the `CaController` class. Only this method is called instead of normal MUSCLE routines on the processes with non-zero rank. Process with rank 0 is started in the usual way. Portals cannot be attached to slave processes (i.e. to the processes with non-zero rank). The `executeDirectly` method default implementation calls by default `execute()`.