JACOBI is a program which uses the Jacobi iteration to get an approximate solution of a (diagonally dominant) linear system A*x=b.
Your assignment is to take one of the source codes, make an OpenMP version, and compare the runs using 1 and 16 processors. You should only have to change subroutine JACOBI, and you should only have to insert OpenMP directives. The include statements and the timing calls are already there.
This assignment is to be turned in. You should turn in 3 files:
You can go up one level to the OpenMP page.
Last revised on 28 August 2012.