Skip to content

Commit c4298cc

Browse files
committed
disabling openmp did not help, still stuck
1 parent cf92fc2 commit c4298cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ SEXP testMsgR(SEXP status, SEXP x, SEXP k) {
8787
}
8888
}
8989

90-
//#pragma omp parallel for schedule(dynamic) collapse(2) num_threads(getDTthreads(nx*nk, false))
90+
#pragma omp parallel for schedule(dynamic) collapse(2) num_threads(getDTthreads(nx*nk, false))
9191
for (R_len_t i=0; i<nx; i++) {
9292
for (R_len_t j=0; j<nk; j++) {
9393
testRaiseMsg(&vans[i*nk+j], istatus, verbose);

0 commit comments

Comments
 (0)