Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
pi
Commits
537476d7
Commit
537476d7
authored
Feb 06, 2020
by
Neil Gershenfeld
Browse files
wip
parent
73cc9da0
Pipeline
#4919
passed with stage
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
537476d7
...
...
@@ -13,6 +13,7 @@
|71.4|
[
pi.html
](
https://pub.pages.cba.mit.edu/pi/JavaScript/pi.html
)
|JavaScript, 56 workers|Intel 2x E5-2680|Nov 19, 2018|
|46.9|
[
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|
|44.6|
[
threadpi.c
](
C/threadpi.c
)
|C, 6 threads
<br>
gcc threadpi.c -o threadpi -O3 -ffast-math -pthread|Intel i7-8700T|Dec 17, 2018|
|23.3|
[
mpipi2.py
](
MPI/mpipi2.py
)
|Python, Numba, MPI
<br>
mpirun -np 6 python mpipi2.py|Intel i7-8700T|Feb 6, 2020|
|16.1|
[
pi.html
](
https://pub.pages.cba.mit.edu/pi/JavaScript/pi.html
)
|JavaScript, 6 workers|Intel i7-8700T|Nov 17, 2018|
|15.7|
[
clusterpi.js
](
Node/clusterpi.js
)
|Node, 6 workers|Intel i7-8700T|Dec 8, 2018|
|9.37|
[
pi.c
](
C/pi.c
)
|C
<br>
gcc pi.c -o pi -lm -O3 -ffast-math|Intel i7-8700T|Nov 17, 2018|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment