Changes between Version 33 and Version 34 of MpiKernels
- Timestamp:
- 02/28/12 18:40:55 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MpiKernels
v33 v34 15 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. 16 16 17 A new method, `public void executeDirectly()`, is availablein 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()`.17 In order to support MPI applications a new method, `public void executeDirectly()`, was introduced 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()`. 18 18 === Source files === 19 19 * LHC.cxa