Changes between Version 9 and Version 10 of List of examples
- Timestamp:
- 04/03/13 15:52:38 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
List of examples
v9 v10 34 34 35 35 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 standardMPI_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. 37 37 38 38 Ping Pong Cpp::