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

17 eliminate openmp dependency and use tbb #18

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from

Conversation

m-murphy
Copy link
Member

No description provided.

@m-murphy m-murphy linked an issue Jun 28, 2024 that may be closed by this pull request
@m-murphy m-murphy changed the base branch from master to dev June 28, 2024 20:51
- Removed unnecessary OpenMP directives in `calc_new_likelihood()` and `calc_new_prior()` functions in `chain.cpp`
- Removed unused variable assignment in `Parameters` constructor in `parameters.cpp`
- Removed unused member variable `pt_num_threads` from the `Parameters` class in `parameters.h`
- Removed unnecessary OpenMP directives in `calc_new_likelihood()` and `calc_new_prior()` functions in `chain.cpp`
- Removed unused variable assignment in `Parameters` constructor in `parameters.cpp`
- Removed unused member variable `pt_num_threads` from the `Parameters` class in `parameters.h`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

eliminate openmp dependency and use tbb
1 participant