From 3d2ca9d795421ddfac04ff885f4a0f10042b2fcc Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld <gersh@cba.mit.edu> Date: Tue, 8 Oct 2019 21:50:21 -0400 Subject: [PATCH] wip --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index bab487a..66af1fc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ |estimated GFlops|code|description|system|date| |---|---|---|---|---| - |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| |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| -- GitLab