Changes between Version 2 and Version 3 of MpiKernels

Show
Ignore:
Timestamp:
10/20/11 12:32:11 (13 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MpiKernels

    v2 v3  
    2424A new method, `public void executeDirectly()`, is available in `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 calls by default `execute()`. 
    2525 
    26 User may (and should) overload the executeDirectly` to better fit ones needs. 
     26User may override the `executeDirectly` to better fit his needs. 
    2727 
    2828=== C/C++ ===