Skip to content

njpacoma/e-flop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my first Parallella program, an adaptation of an MPI exmaple program named flop whose purpose is to calculate an approximate value for Pi.

The port uses the ESDK to implement similar logic with the computation extracted from the mainline to be run on the Epiphany chip.

One thing I had to do to make the program work efficiently on the Epiphany chip was to reduce the double precision math to single precision math. This compromises the accuracy of the computation but still provides a useful implementation example.

About

PI Approximation--MPI and Parallella

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published