Skip to content
Snippets Groups Projects
Select Git revision
  • 4e839218e845a38e165b5d7a5af3f85ecbb9c665
  • master default protected
2 results

pi

Neil Gershenfeld's avatar
Neil Gershenfeld authored
4e839218
History

pi calculation benchmark

http://fab.cba.mit.edu/classes/MAS.864/text/benchmark.pdf

estimated GFlops code description system date
272.7 threadpi.c C, 96 threads
gcc threadpi.c -o threadpi -O3 -ffast-math -pthread
Intel 2x Xeon Platinum 8175M Jun 3, 2019
179.5 mpipi2.c C, MPI
mpicc mpipi2.c -o mpipi2 -O3 -ffast-math
mpirun -np 96 mpipi2
Intel 2x Xeon Platinum 8175M Jul 1, 2019
152.6 pi.html JavaScript, 96 workers Intel 2x Xeon Platinum 8175M Jun 3, 2019
93.25 threadpi.c C, 56 threads
gcc threadpi.c -o threadpi -O3 -ffast-math -pthread
Intel 2x E5-2680 Dec 18, 2018
71.46 pi.html JavaScript, 56 workers Intel 2x E5-2680 Nov 19, 2018
52.75 mppi.c C, OpenMP, 6 threads
gcc mppi.c -o mppi -O3 -ffast-math -fopenmp
Intel i7-8700T Jun 6, 2019
46.96 mpipi.c C, MPI
mpicc mpipi.c -o mpipi -O3 -ffast-math
mpirun -np 6 mpipi
Intel i7-8700T Nov 17, 2018
44.61 threadpi.c C, 6 threads
gcc threadpi.c -o threadpi -O3 -ffast-math -pthread
Intel i7-8700T Dec 17, 2018
16.16 pi.html JavaScript, 6 workers Intel i7-8700T Nov 17, 2018
15.72 clusterpi.js Node, 6 workers Intel i7-8700T Dec 8, 2018
9.371 pi.c C
gcc pi.c -o pi -lm -O3 -ffast-math
Intel i7-8700T Nov 17, 2018
3.734 pi.html JavaScript, 1 worker Intel i7-8700T Nov 17, 2018
3.472 pi.html JavaScript, 1 worker Intel 2x E5-2680 Nov 19, 2018
3.294 pi.js Node Intel i7-8700T Dec 8, 2018
3.124 clusterpi.js Node, 1 worker Intel i7-8700T Dec 8, 2018
0.573 pi.c C
gcc pi.c -o pi -lm
Intel i7-8700T Nov 17, 2018
0.470 numpi.py Python, NumPy Intel i7-8700T Nov 17, 2018
0.029 pi.py Python Intel i7-8700T Nov 17, 2018