Skip to content

Calculation of value of pi using integral from trapezoidal rule. Parallelize main problem using MPI & OpenMP libraries.

License

Notifications You must be signed in to change notification settings

PashalisTsirts/Pi-Calculation-MPI-OpenMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Serial--> Complile: gcc -Wall pi_serial.c Run: ./a.out

MPI--> Complile: mpicc -Wall pi_mpi.c Run: mpirun -n (x) ./a.out

OpenMp->> Complile: gcc -Wall -fopenmp pi_openmp.c Run: ./a.out

MPI & OpenMP--> Complile: mpicc -Wall -fopenmp pi_mpi-openmp.c Run: mpirun -n (x) ./a.out

About

Calculation of value of pi using integral from trapezoidal rule. Parallelize main problem using MPI & OpenMP libraries.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages