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

Fixes bug with nested OpenMP, fixed task threshold, extended tests range #167

Merged
merged 3 commits into from
Oct 4, 2024

Conversation

sterrettm2
Copy link
Contributor

Fixes the bug with nested OpenMP by adding #pragma omp taskwait
Changes the task_threshold when OpenMP is enabled but parallelization isn't chosen from 0 to the max value for arrsize_t; I don't think this was causing any problems, but it was definitely a mistake
Additionally, extended the kvsort tests to also run for sizes of 10^4, 10^5, 10^6 for testing the OpenMP logic

@r-devulap r-devulap closed this Oct 2, 2024
@r-devulap r-devulap reopened this Oct 2, 2024
@r-devulap
Copy link
Contributor

close/reopen to rerun the CI

@sterrettm2 sterrettm2 closed this Oct 3, 2024
@sterrettm2 sterrettm2 reopened this Oct 3, 2024
Copy link
Contributor

@r-devulap r-devulap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks @sterrettm2!

@r-devulap r-devulap merged commit f99c392 into intel:main Oct 4, 2024
12 of 22 checks passed
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.

2 participants