Changes between Version 21 and Version 22 of MpiKernels
- Timestamp:
- 02/28/12 18:06:39 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MpiKernels
v21 v22 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. 13 14 == MPI Kernels as dynamic libraries == 14 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.