You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OMP mulithreaded executable with single thread seems noticeably slower than non-OMP thread executable. This is probably due to many $omp parallel-do sections in the code. I have combined most of parallel-do sections, but there still a few remain, i.e. in BOCACL and QEq.
The text was updated successfully, but these errors were encountered:
by fusing omp parallel-do clauses has improved the single thread performance of the multithreaded code. I would say that this issue has been more less resolved, or at least know what to do.
OMP mulithreaded executable with single thread seems noticeably slower than non-OMP thread executable. This is probably due to many $omp parallel-do sections in the code. I have combined most of parallel-do sections, but there still a few remain, i.e. in BOCACL and QEq.
The text was updated successfully, but these errors were encountered: