Changes between Version 31 and Version 32 of MpiKernels
- Timestamp:
- 02/28/12 18:38:21 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MpiKernels
v31 v32 11 11 * then the proton is transmitted from PSB into LHC, 12 12 * where it is accelerated further until it increase energy to the level of `LHC:MaxEnergy` (simulation stops). 13 The example codes can be found in `src/cpp/examples/mpiring/` directory of the MUSCLE source distribution. The next two section will describe twoapproachs of running such codes via MUSCLE.13 The example codes can be found in `src/cpp/examples/mpiring/` directory of the MUSCLE source distribution. The next two sections will describe two diffrent approachs of running such codes via MUSCLE. 14 14 == MPI Kernels as dynamic libraries == 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.