From bae4be37440dcb36d2bee4a89d921e569ad2202f Mon Sep 17 00:00:00 2001 From: Vivek Kale Date: Thu, 2 Aug 2018 19:26:01 -0500 Subject: [PATCH] Update appFor_vSchedSimple.c --- appFor_vSchedSimple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appFor_vSchedSimple.c b/appFor_vSchedSimple.c index 7e88417..e1bf451 100644 --- a/appFor_vSchedSimple.c +++ b/appFor_vSchedSimple.c @@ -63,7 +63,7 @@ int endInd = (probSize*(threadNum+1))/numThreads; pthread_barrier_wait(&myBarrier); // FORALL_BEGIN(cdy, 0, probSize, startInd, endInd, threadNum, numThreads) -#pragma omp parallel for +#pragma omp parallel FORALL_BEGIN(statdynstaggered, 0, probSize, startInd, endInd, threadNum, numThreads) if(VERBOSE) printf("[%d] : iter = %d \t startInd = %d \t endInd = %d \t\n", threadNum,iter, startInd, endInd); /* get thread num and numThreads from functions */