Changes between Version 1 and Version 2 of New constructs used in adder_par.c


Ignore:
Timestamp:
09/14/11 11:58:09 (15 years ago)
Author:
tmcclory
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • New constructs used in adder_par.c

    v1 v2  
    11A 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.
    22
    3 * 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
     3 * 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