Jacobi-Iteration A very easy example Jacobi Iteration programe using MPI and openMP How to Compile? Using make or mpicc jacobi_MPI_OMP.c -o jacobi -fopenmp How to run ? Using mpirun -n XX ./jacobi XX stand for the num of process.