Skip to content

Commit ede8c2b

Browse files
authored
Update appFor_vSchedSimple.c
1 parent 78a3ff5 commit ede8c2b

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 schedule(statdynstaggered, )
66+
#pragma omp parallel for
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)