From ef7d73bc09bae8fc05dc2eb8d630b99ac1d5e30c Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld <gersh@cba.mit.edu> Date: Sat, 19 Oct 2019 10:20:25 -0400 Subject: [PATCH] wip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf56fe9..066439e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ |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| -|2,146|-|[mpipi2.c](MPI/mpipi2.c)|C, MPI, 10 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<br>mpirun -np 480 mpipi2|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| |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| -- GitLab