Changes between Version 20 and Version 21 of MpiKernels
- Timestamp:
- 02/28/12 18:05:22 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MpiKernels
v20 v21 4 4 * Proton Synchrotron Booster (PSB) - the small one, 5 5 * Large Hadron Collider (LHC) - the big one. 6 Both of the aforementioned accelerators act as separatedsubmodels (MUSCLE kernels) and are implemented using the "MPI Ring" code.7 In our quasi-simulation we:6 The aforementioned accelerators are modeled as separate submodels (MUSCLE kernels) and are implemented using the "MPI Ring" code. 7 In our quasi-simulation: 8 8 * insert a single proton (at an energy of `PSB:InitialEnergy`) into the PSB, 9 9 * where it is accelerated (of every `"PSB:DeltaEnergy") whenever it passes a ring node, 10 10 * until achieving energy of `PSB:MaxEnergy`, 11 11 * then the proton is transmitted from PSB into LHC, 12 * where it is accelerated further un itit increase energy to the level of `LHC:MaxEnergy` (simulation stops).12 * where it is accelerated further until it increase energy to the level of `LHC:MaxEnergy` (simulation stops). 13 13 == MPI Kernels as dynamic libraries == 14 14 This approach follows the original MUSCLE philosophy that relay on using Java Native Interface/Access mechanism to integrate C/C++ codes as MUSCLE kernels.