CS 340 -- Section 01, Fall 2001, Ridgway Scott


Parallel Scientific Computing Final Project due 6 Dec 01: details on task 2

In summary, I will send you an e-mail which will specify


n=matrix size | I=data index | (J,K)=perturbation indices | {M}=set of solution indices
A typical e-mail might look like

n=8100 | I=8099 | (J,K)=(8098,8087) | {M}={1,8077,8088,8089,8099,8100}

Your return e-mail should include a copy of the code, any tests you want to do to convince me that you tested everything (remember: partial credit!), and finally a single sheet/file with a listing of the above data (to confirm that we did communicate correctly) and the answers in the form
x(1)=0.3734321
x(8077)=0.01010
x(8088)=12348709
x(8089)=12548709
x(8099)=12345709
x(8100)=.000500
if you have the set of {M} above.

Also please include the time required for communication and computation for your run, and the number of processors used (you may use any number p>1).

Please also see the web site for further updates on the assignment and hints on how to check the triangular solution routines.