Changes between Version 31 and Version 32 of MpiKernels

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

--

Legend:

Unmodified
Added
Removed
Modified
  • MpiKernels

    v31 v32  
    1111* then the proton is transmitted from PSB into LHC, 
    1212* 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 two approachs of running such codes via MUSCLE. 
     13The 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. 
    1414== MPI Kernels as dynamic libraries == 
    1515This approach follows the original MUSCLE philosophy that relay on using Java Native !Interface/Access mechanism to integrate C/C++ codes as MUSCLE kernels.