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
5a0b65d9
Commit
5a0b65d9
authored
Oct 19, 2019
by
Neil Gershenfeld
Browse files
wip
parent
ef7d73bc
Pipeline
#4473
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
5a0b65d9
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
|estimated GFlops|estimated MFlops/W|code|description|system|date|
|estimated GFlops|estimated MFlops/W|code|description|system|date|
|---|---|---|---|---|---|
|---|---|---|---|---|---|
|88,333|-|
[
mpimppi.c
](
hybrid/mpimppi.c
)
|C, MPI+OpenMP, 1024 nodes, 64 cores/node, 4 threads/core
<br>
cc mpimppi.c -o mpimppi -O3 -ffast-math -fopenmp|Argonne ALCF Theta
<br>
Cray XC40|Oct 9, 2019|
|88,333|-|
[
mpimppi.c
](
hybrid/mpimppi.c
)
|C, MPI+OpenMP, 1024 nodes, 64 cores/node, 4 threads/core
<br>
cc mpimppi.c -o mpimppi -O3 -ffast-math -fopenmp|Argonne ALCF Theta
<br>
Cray XC40|Oct 9, 2019|
|2,146|-|
[
mpipi2.c
](
MPI/mpipi2.c
)
|C, MPI, 10 nodes, 48 cores/nodes
<br>
mpicc mpipi2.c -o mpipi2 -O3 -ffast-math
<br>
mpirun -np 480 mpipi2
|Intel 2x Xeon Platinum 8175M|Oct 19, 2019|
|2,146|-|
[
mpipi2.c
](
MPI/mpipi2.c
)
|C, MPI, 10 nodes, 48 cores/nodes
<br>
mpicc mpipi2.c -o mpipi2 -O3 -ffast-math|Intel 2x Xeon Platinum 8175M|Oct 19, 2019|
|272|-|
[
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|
|272|-|
[
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|-|
[
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|
|179|-|
[
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|-|
[
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|
|173|-|
[
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
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