Changes between Version 8 and Version 9 of MpiKernels

Show
Ignore:
Timestamp:
02/28/12 16:06:16 (13 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MpiKernels

    v8 v9  
    1212=== Limitations === 
    1313* 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 {{{!python 
     14{{{#!python 
    1515void Ring_Broadcast_Params(double *deltaE, double *maxE) 
    1616{