Changes between Version 7 and Version 8 of MpiKernels
- Timestamp:
- 02/28/12 16:05:38 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MpiKernels
v7 v8 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 {{{ 15 #!C 14 {{{!python 16 15 void Ring_Broadcast_Params(double *deltaE, double *maxE) 17 16 { … … 60 59 61 60 An example (which can be started with the commands shown above) has been added to the SVN in revision 68. 61 An example (which can be started with the commands shown above) has been added to the SVN in revision 68.