Skip to content

DanielSun11/Jacobi-Iteration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Jacobi Iteration using MPI and openMP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published