Changes between Version 42 and Version 43 of MpiKernels

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

--

Legend:

Unmodified
Added
Removed
Modified
  • MpiKernels

    v42 v43  
    1212* where it is accelerated further until it increase energy to the level of `LHC:MaxEnergy`, 
    1313* at this moment simulation stops. 
    14 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 coupled simulation via MUSCLE. 
     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 approaches of running such coupled simulation via MUSCLE. 
    1515== MPI Kernels as dynamic libraries == 
    1616This approach follows the original MUSCLE philosophy that relay on using [http://en.wikipedia.org/wiki/Java_Native_Interface Java Native Interface] (or more userfriendly [http://en.wikipedia.org/wiki/Java_Native_Access Java Native Access]) mechanism to integrate C/C++ codes as MUSCLE kernels.