Changes between Version 2 and Version 3 of MpiKernels
- Timestamp:
- 10/20/11 12:32:11 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MpiKernels
v2 v3 24 24 A 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()`. 25 25 26 User may (and should) overload the executeDirectly` to better fit ones needs.26 User may override the `executeDirectly` to better fit his needs. 27 27 28 28 === C/C++ ===