Changes between Version 9 and Version 10 of List of examples

Show
Ignore:
Timestamp:
04/03/13 15:52:38 (12 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • List of examples

    v9 v10  
    3434 
    3535 Simple MPI:: 
    36   Similar to SimpleCpp2, SimpleMPI has a C implementation of the sender. This time, however, the sender consists of two MPI processes, that communicate their data with a standard MPI_Bcast. 
     36  Similar to SimpleCpp2, SimpleMPI has a C implementation of the sender. This time, however, the sender consists of two MPI processes, that communicate their data with a call to MPI_Bcast. 
    3737 
    3838 Ping Pong Cpp::