Changes between Version 1 and Version 2 of New constructs used in adder_par.c
- Timestamp:
- 09/14/11 11:58:09 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
New constructs used in adder_par.c
v1 v2 1 1 A list of language constructs that occur in adder_par.c that haven't occurred in previous examples. Items in this list may or may not require more work before this example passes. 2 2 3 * If statements4 * include statements5 * External functions (MPI_Init, MPI_send, etc.)6 * Other external definitions (MPI_DOUBLE, MPI_COMM_WORLD, MPI_STATUS_IGNORE)7 * Division, Multiplication3 * If statements 4 * include statements 5 * External functions (MPI_Init, MPI_send, etc.) 6 * Other external definitions (MPI_DOUBLE, MPI_COMM_WORLD, MPI_STATUS_IGNORE) 7 * Division, Multiplication
