Skip to content

Commit

Permalink
fix omp in reorder_mom_fromQuda
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcogarofalo authored and kostrzewa committed Dec 7, 2023
1 parent 782d709 commit a7c02c7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions quda_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -677,11 +677,6 @@ void reorder_mom_fromQuda() {
// mom_quda -> mom_quda_reordered
tm_stopwatch_push(&g_timers, __func__, "");

#ifdef TM_USE_OMP
#pragma omp parallel
{
#endif

#ifdef TM_USE_OMP
#pragma omp parallel for collapse(4)
#endif
Expand Down Expand Up @@ -713,9 +708,6 @@ void reorder_mom_fromQuda() {
#endif
}

#ifdef TM_USE_OMP
}
#endif
tm_stopwatch_pop(&g_timers, 0, 0, "TM_QUDA");
}

Expand Down

0 comments on commit a7c02c7

Please sign in to comment.