From 4e839218e845a38e165b5d7a5af3f85ecbb9c665 Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld <gersh@cba.mit.edu> Date: Mon, 1 Jul 2019 21:08:07 -0400 Subject: [PATCH] wip --- MPI/mpipi2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MPI/mpipi2.c b/MPI/mpipi2.c index c5b1e4b..6b249e8 100755 --- a/MPI/mpipi2.c +++ b/MPI/mpipi2.c @@ -1,6 +1,6 @@ /* * mpipi2.c -* Neil Gershenfeld 2/5/11 +* Neil Gershenfeld 7/1/19 * use MPI to evaluate pi by summation, including overhead */ -- GitLab