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

wip

parent 4aff3c3b
Branches
No related tags found
No related merge requests found
Pipeline #4428 passed
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
|estimated GFlops|code|description|system|date| |estimated GFlops|code|description|system|date|
|---|---|---|---|---| |---|---|---|---|---|
|27,832|[mpipi2.c](MPI/mpipi2.c)|C, MPI, 1024 nodes, 65536 ranks<br>cc mpipi2.c -o mpipi2 -O3 -ffast-math|ANL ALCF Theta|Jul 2, 2019|
|696|[mpimppi.c](hybrid/mpimppi.c)|C, MPI+OpenMP, 8 nodes, 2048 threads<br>cc mpimppi.c -o mpimppi -O3 -ffast-math -fopenmp|ANL ALCF Theta|Oct 8, 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|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment