diff --git a/README.md b/README.md index ae913c63a020ee1668af60dfda1f5e443a4c72c0..97baacddf02fee34cb9308487af40c2351358c07 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ |estimated GFlops|code|description|system|date| |---|---|---|---|---| -|11,119|[mpimppi.c](hybrid/mpimppi.c)|C, MPI+OpenMP, 128 nodes, 64 cores/node, 4 threads/core<br>cc mpimppi.c -o mpimppi -O3 -ffast-math -fopenmp|ANL ALCF Theta<br>Cray XC40|Oct 9, 2019| +|11,119|[mpimppi.c](hybrid/mpimppi.c)|C, MPI+OpenMP, 128 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| |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| |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|