Skip to content

Commit

Permalink
Update appFor_vSchedSimple.c
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale authored Aug 3, 2018
1 parent ede8c2b commit bae4be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appFor_vSchedSimple.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit bae4be3

Please sign in to comment.