From 99c9380f80b93c6444acad93c9a6c2a97ee6e4f7 Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld <gersh@cba.mit.edu> Date: Tue, 18 Dec 2018 10:28:52 -0500 Subject: [PATCH] wip --- C/threadpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/threadpi.c b/C/threadpi.c index 7af8afa..9f32ea6 100644 --- a/C/threadpi.c +++ b/C/threadpi.c @@ -10,7 +10,7 @@ #include <time.h> #include <pthread.h> -unsigned int npts = 1e9; +unsigned int npts = 1e8; double pi = 0; pthread_mutex_t mutex; -- GitLab