Changes between Version 42 and Version 43 of MpiKernels
- Timestamp:
- 02/29/12 10:23:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MpiKernels
v42 v43 12 12 * where it is accelerated further until it increase energy to the level of `LHC:MaxEnergy`, 13 13 * 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 approach s of running such coupled simulation via MUSCLE.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 approaches of running such coupled simulation via MUSCLE. 15 15 == MPI Kernels as dynamic libraries == 16 16 This 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.