Skip to content
Snippets Groups Projects
Commit 5c55ebeb authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

Update README.md

parent 042c6c2e
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
|estimated GFlops|code|description|system|date|
|---|---|---|---|---|
|71.46|[pi.html](JavaScript/pi.html)|JavaScript, 56 workers|Intel 2x E5-2680|Nov 19, 2018|
|46.96|[mpipi.c](MPI/mpipi.c)|C, MPI<br>mpicc mpipi.c -o mpipi -O3 -ffast-math <br> mpirun -np 6 mpipi|Intel i7-8700T|Nov 17, 2018|
|16.16|[pi.html](JavaScript/pi.html)|JavaScript, 6 workers|Intel i7-8700T|Nov 17, 2018|
|9.371|[pi.c](C/pi.c)|C<br>gcc pi.c -o pi -lm -O3 -ffast-math|Intel i7-8700T|Nov 17, 2018|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment