Skip to content

Estimating Pi using various techniques for parallel computing in Python

Notifications You must be signed in to change notification settings

DVonk/PiParallelPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PiParallelPython

Estimating Pi using various techniques for parallel computation in Python

benchmark.py calls all four of the other methods and prints estimation of pi as well as their running time

util.py contains the value of N to be used in the formula

Methods used

Serial computation

Parallel computation using multiprocessing

Parallel computation using mpi4py

Parallel computation using PyOpenCL running on CPU

About

Estimating Pi using various techniques for parallel computing in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages