Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
pi
Commits
7ce6013c
Commit
7ce6013c
authored
Jul 01, 2019
by
Neil Gershenfeld
Browse files
wip
parent
cbff4cdb
Pipeline
#3794
passed with stage
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
7ce6013c
...
...
@@ -5,10 +5,10 @@
|---|---|---|---|---|
|272.7|
[
threadpi.c
](
C/threadpi.c
)
|C, 96 threads
<br>
gcc threadpi.c -o threadpi -O3 -ffast-math -pthread|Intel 2x Xeon Platinum 8175M|Jun 3, 2019|
|179.5|
[
mpipi2.c
](
MPI/mpipi2.c
)
|C, MPI
<br>
mpicc mpipi2.c -o mpipi2 -O3 -ffast-math
<br>
mpirun -np 96 mpipi2|Intel 2x Xeon Platinum 8175M|Jul 1, 2019|
|173.7|
[
mppi.c
](
OpenMP/mppi.c
)
|C, OpenMP, 96 threads
<br>
gcc mppi.c -o mppi -O3 -ffast-math -fopenmp|Intel 2x Xeon Platinum 8175M|Jul 1, 2019|
|152.6|
[
pi.html
](
https://pub.pages.cba.mit.edu/pi/JavaScript/pi.html
)
|JavaScript, 96 workers|Intel 2x Xeon Platinum 8175M|Jun 3, 2019|
|93.25|
[
threadpi.c
](
C/threadpi.c
)
|C, 56 threads
<br>
gcc threadpi.c -o threadpi -O3 -ffast-math -pthread|Intel 2x E5-2680|Dec 18, 2018|
|71.46|
[
pi.html
](
https://pub.pages.cba.mit.edu/pi/JavaScript/pi.html
)
|JavaScript, 56 workers|Intel 2x E5-2680|Nov 19, 2018|
|52.75|
[
mppi.c
](
OpenMP/mppi.c
)
|C, OpenMP, 6 threads
<br>
gcc mppi.c -o mppi -O3 -ffast-math -fopenmp|Intel i7-8700T|Jun 6, 2019|
|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|
|44.61|
[
threadpi.c
](
C/threadpi.c
)
|C, 6 threads
<br>
gcc threadpi.c -o threadpi -O3 -ffast-math -pthread|Intel i7-8700T|Dec 17, 2018|
|16.16|
[
pi.html
](
https://pub.pages.cba.mit.edu/pi/JavaScript/pi.html
)
|JavaScript, 6 workers|Intel i7-8700T|Nov 17, 2018|
...
...
Write
Preview
Supports
Markdown
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