Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

investigate the OMP single-thread performance against non-OMP #5

Closed
KenichiNomura opened this issue Dec 30, 2016 · 2 comments
Closed

Comments

@KenichiNomura
Copy link
Member

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.

@KenichiNomura
Copy link
Member Author

related with issue #2

@KenichiNomura
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant