From 3b268fa4745ba0838a11d15fd4e977e80d916863 Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld <gersh@cba.mit.edu> Date: Fri, 21 Jun 2019 23:46:42 -0400 Subject: [PATCH] wip --- OpenMP/mppi.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/OpenMP/mppi.c b/OpenMP/mppi.c index da10b94..7994d7a 100644 --- a/OpenMP/mppi.c +++ b/OpenMP/mppi.c @@ -11,11 +11,9 @@ #define NPTS 1000000000 -double pi; - void main() { int i; - double a,b,c,dt,mflops; + double a,b,c,pi,dt,mflops; struct timespec tstart,tend; clock_gettime(CLOCK_REALTIME,&tstart); a = 0.5; -- GitLab