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


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

--

Legend:

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

    v1 v1  
     1A 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
     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