Changes between Version 36 and Version 37 of MpiKernels

Show
Ignore:
Timestamp:
02/29/12 10:09:17 (13 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MpiKernels

    v36 v37  
    1010* until achieving energy of `PSB:MaxEnergy`, 
    1111* then the proton is transmitted from PSB into LHC, 
    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 sections will describe two diffrent approachs of running such codes via MUSCLE. 
     12* where it is accelerated further until it increase energy to the level of `LHC:MaxEnergy`, 
     13* at this moment simulation stops. 
     14The 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 coupled simulation via MUSCLE. 
    1415== MPI Kernels as dynamic libraries == 
    1516This approach follows the original MUSCLE philosophy that relay on using Java Native !Interface/Access mechanism to integrate C/C++ codes as MUSCLE kernels.