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

wip

parent 19a1fcf8
Branches
No related tags found
No related merge requests found
Pipeline #8249 passed
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
|estimated GFlops|code|description|system|date| |estimated GFlops|code|description|system|date|
|---|---|---|---|---| |---|---|---|---|---|
|2,493,988|[cudampipi.cu](CUDA/cudampipi.cu)|C++, CUDA+MPI<br>256 nodes, 1536 ranks/GPUs<br>nvcc -arch=sm_70 -std=c++11|Oak Ridge OLCF<br>Summit<br>IBM AC922<br>POWER9+V100|October 15, 2020| |2,493,988|[cudampipi.cu](CUDA/cudampipi.cu)|C++, CUDA+MPI<br>256 nodes, 1536 ranks/GPUs<br>nvcc -arch=sm_70 -std=c++11|Oak Ridge OLCF<br>Summit<br>IBM AC922<br>POWER9+V100|October 15, 2020|
|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<br>Theta<br>Cray XC40|Oct 9, 2019|
|12,589|[cudapit.cu](CUDA/cudapit.cu)|C++, CUDA, 8 GPUs, 5120 cores/GPU|NVIDIA V100|March 3, 2020| |12,589|[cudapit.cu](CUDA/cudapit.cu)|C++, CUDA, 8 GPUs, 5120 cores/GPU|NVIDIA V100|March 3, 2020|
|11,083|[mpithreadpi.cpp](hybrid/mpithreadpi.cpp)|C++, MPI+threads, 128 nodes, 64 cores/node, 4 threads/core<br>CC mpithreadpi.cpp -o mpithreadpi -O3 -ffast-math -std=c++11|Argonne ALCF Theta<br>Cray XC40|Mar 8, 2020| |11,083|[mpithreadpi.cpp](hybrid/mpithreadpi.cpp)|C++, MPI+threads, 128 nodes, 64 cores/node, 4 threads/core<br>CC mpithreadpi.cpp -o mpithreadpi -O3 -ffast-math -std=c++11|Argonne ALCF Theta<br>Cray XC40|Mar 8, 2020|
|2,117|[mpipi2.c](MPI/mpipi2.c)|C, MPI, 10 nodes, 96 cores/node<br>mpicc mpipi2.c -o mpipi2 -O3 -ffast-math|Intel 2x Xeon Platinum 8175M|Oct 24, 2019| |2,117|[mpipi2.c](MPI/mpipi2.c)|C, MPI, 10 nodes, 96 cores/node<br>mpicc mpipi2.c -o mpipi2 -O3 -ffast-math|Intel 2x Xeon Platinum 8175M|Oct 24, 2019|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment