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

wip

parent 7e3706db
No related branches found
No related tags found
No related merge requests found
Pipeline #9885 passed
......@@ -6,7 +6,7 @@
|17,340,800|[cudampipi.cu](CUDA/cudampipi.cu)|C++, CUDA+MPI<br>2048 nodes, 12228 ranks, GPUs<br>nvcc -arch=sm_70 -std=c++11|Summit<br>Oak Ridge OLCF<br>IBM AC922|December, 2020|
|88,333|[mpimppi.c](hybrid/mpimppi.c)|C, MPI+OpenMP<br>1024 nodes, 64 cores/node, 4 threads/core<br>cc mpimppi.c -o mpimppi -O3 -ffast-math -fopenmp|Theta<br>Argonne ALCF<br>Cray XC40|October, 2019|
|12,589|[cudapit.cu](CUDA/cudapit.cu)|C++, CUDA, 8 GPUs, 5120 cores/GPU|NVIDIA V100|March, 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|March, 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|Theta<br>Argonne ALCF<br>Cray XC40|March, 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|October, 2019|
|2,102|[mpipi2.py](Python/mpipi2.py)|Python, Numba, MPI<br>10 nodes, 96 cores/node|Intel 2x Xeon Platinum 8175M|February, 2020|
|1,635|[cudapi.cu](CUDA/cudapi.cu)|C++, CUDA, 5120 cores|NVIDIA V100|March, 2020|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment