Report 2 Statement - ** upd ** Due 31Oct03 (announced 28oct03)

Statement for Report2 ** upd ** Due 31Oct03 (announced 28oct03)
29 October 03 **update**

Wednesday (08Oct03) Lecture presented the background to characterize the computer solution of the Diffusion Model
Sample codes are available today (13Oct03) so that you may begin crafting your own experiment.

Fortran Programmers:
f90 -o fdiff f_diffusion.f -xlic_lib=sunperf    
and you can explore the effect on timing by looking at different 
optimization levels using the 
-O
option on the compile line, e.g. -O2 or -O4 or such.
---------------------------------------
C Programmers:
cc -o cdiff c_diffusion.c -xlic_lib=sunperf
and you can explore the effect on timing by looking at different
optimization levels using the 
-O
option on each of the compile lines
----------------------------------------
or, for those working in C
Second Report (due Oct. 31 Web Page & Hard Copy), what to discover from your code.
Recall, your code needs to produce data to support conclusions in your report.
You may wish to review the lab discussion on Problem Solving Skills