We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a3ff5 commit ede8c2bCopy full SHA for ede8c2b
1 file changed
appFor_vSchedSimple.c
@@ -63,7 +63,7 @@ int endInd = (probSize*(threadNum+1))/numThreads;
63
pthread_barrier_wait(&myBarrier);
64
// FORALL_BEGIN(cdy, 0, probSize, startInd, endInd, threadNum, numThreads)
65
66
-#pragma omp parallel for schedule(statdynstaggered, )
+#pragma omp parallel for
67
FORALL_BEGIN(statdynstaggered, 0, probSize, startInd, endInd, threadNum, numThreads)
68
if(VERBOSE) printf("[%d] : iter = %d \t startInd = %d \t endInd = %d \t\n", threadNum,iter, startInd, endInd);
69
/* get thread num and numThreads from functions */
0 commit comments