Changes between Version 20 and Version 21 of MpiKernels

Show
Ignore:
Timestamp:
02/28/12 18:05:22 (13 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MpiKernels

    v20 v21  
    44* Proton Synchrotron Booster (PSB) - the small one, 
    55* Large Hadron Collider (LHC) - the big one. 
    6 Both of the aforementioned accelerators  act as separated submodels (MUSCLE kernels) and are implemented using the "MPI Ring" code. 
    7 In our quasi-simulation we: 
     6The aforementioned accelerators are modeled as separate submodels (MUSCLE kernels) and are implemented using the "MPI Ring" code. 
     7In our quasi-simulation: 
    88* insert a single proton (at an energy of `PSB:InitialEnergy`) into the PSB, 
    99* where it is accelerated  (of every `"PSB:DeltaEnergy") whenever it passes a ring node, 
    1010* until achieving energy of `PSB:MaxEnergy`, 
    1111* then the proton is transmitted from PSB into LHC, 
    12 * where it is accelerated further unit it 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). 
    1313== MPI Kernels as dynamic libraries == 
    1414This approach follows the original MUSCLE philosophy that relay on using Java Native Interface/Access mechanism to integrate C/C++ codes as MUSCLE kernels.