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
d029dafa
Commit
d029dafa
authored
Jul 02, 2019
by
Neil Gershenfeld
Browse files
Update README.md
parent
7ce6013c
Pipeline
#3796
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d029dafa
...
...
@@ -3,6 +3,7 @@
|estimated GFlops|code|description|system|date|
|---|---|---|---|---|
|3,456,507|
[
mpipi2.c
](
MPI/mpipi2.c
)
|C, MPI, 128 nodes, 8192 ranks
<br>
mpicc mpipi2.c -o mpipi2 -O3 -ffast-math|ANL ALCF Theta|Jul 2, 2019|
|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|
...
...
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