Skip to content

Commit bae4be3

Browse files
authored
Update appFor_vSchedSimple.c
1 parent ede8c2b commit bae4be3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appFor_vSchedSimple.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ int endInd = (probSize*(threadNum+1))/numThreads;
6363
pthread_barrier_wait(&myBarrier);
6464
// FORALL_BEGIN(cdy, 0, probSize, startInd, endInd, threadNum, numThreads)
6565

66-
#pragma omp parallel for
66+
#pragma omp parallel
6767
FORALL_BEGIN(statdynstaggered, 0, probSize, startInd, endInd, threadNum, numThreads)
6868
if(VERBOSE) printf("[%d] : iter = %d \t startInd = %d \t endInd = %d \t\n", threadNum,iter, startInd, endInd);
6969
/* get thread num and numThreads from functions */

0 commit comments

Comments
 (0)