From 181e22a4f70fa3fc2ca3e4dc1e81fceed892e414 Mon Sep 17 00:00:00 2001
From: Neil Gershenfeld <neil.gershenfeld@cba.mit.edu>
Date: Tue, 2 Jul 2019 10:59:06 -0400
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ca690ff..0e2a6cb 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 
 |estimated GFlops|code|description|system|date|
 |---|---|---|---|---|
-|3,456|[mpipi2.c](MPI/mpipi2.c)|C, MPI, 128 nodes, 8192 ranks<br>mpicc mpipi2.c -o mpipi2 -O3 -ffast-math|ANL ALCF Theta|Jul 2, 2019|
+|3,456|[mpipi2.c](MPI/mpipi2.c)|C, MPI, 128 nodes, 8192 ranks<br>cc mpipi2.c -o mpipi2 -O3 -ffast-math|ANL ALCF Theta|Jul 2, 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