Changes between Version 5 and Version 6 of MpiKernels
- Timestamp:
- 02/28/12 16:03:05 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MpiKernels
v5 v6 1 Since revision **67** of SVN branch **inst_procedure** it is possible to use MPI kernels within MUSCLE framework. 1 = Coupling MPI codes using MUSCLE = 2 == MPI Kernels as dynamic libraries == 3 === Compilation === 4 === Running === 2 5 3 == Limitation and Requirements==6 === Limitations === 4 7 8 == MPI Kernels as standalone executables == 9 === Compilation === 10 === Running === 5 11 12 === Limitations === 13 * Any MUSCLE API routine may be **ONLY** called by the rank 0 process. If you need any parameters to be available for the all MPI processes use `MPI_Bcast` function as in provided example: 14 {{{ 15 MPI_Bcast(deltaE, 1, MPI_DOUBLE, 0, MPI_COMM_WORLD) 16 }}} 6 17 7 18 === MPI implementation ===