Changes between Version 8 and Version 9 of MpiKernels
- Timestamp:
- 02/28/12 16:06:16 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MpiKernels
v8 v9 12 12 === Limitations === 13 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 {{{ !python14 {{{#!python 15 15 void Ring_Broadcast_Params(double *deltaE, double *maxE) 16 16 {