Changes between Version 7 and Version 8 of MpiKernels

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

--

Legend:

Unmodified
Added
Removed
Modified
  • MpiKernels

    v7 v8  
    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 {{{ 
    15 #!C 
     14{{{!python 
    1615void Ring_Broadcast_Params(double *deltaE, double *maxE) 
    1716{ 
     
    6059 
    6160An example (which can be started with the commands shown above) has been added to the SVN in revision 68. 
     61An example (which can be started with the commands shown above) has been added to the SVN in revision 68.