Changes between Version 5 and Version 6 of MpiKernels

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

--

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 === 
    25 
    3 == Limitation and Requirements == 
     6=== Limitations === 
    47 
     8== MPI Kernels as standalone executables == 
     9=== Compilation === 
     10=== Running === 
    511 
     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}}} 
    617 
    718=== MPI implementation ===