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

Problem with schedule(dynamic) #83

Open
w-bruns opened this issue Feb 4, 2022 · 0 comments
Open

Problem with schedule(dynamic) #83

w-bruns opened this issue Feb 4, 2022 · 0 comments

Comments

@w-bruns
Copy link

w-bruns commented Feb 4, 2022

Normaliz (https://github.com/Normaliz/Normaliz) has been parallelized with OpenMP for more than 10 years. Until fall 2020 we never encountered a problem with our gcc and clang builds. When a problem came up then, we unfortunately interpreted it incorrectly. But there is now significant evidence that clang++ since version 11 does not deal correctly with the function

void CandidateList<Integer>::reduce_by(CandidateList<Integer>& Reducers)

in source/libnormaliz/reduction.cpp. It contained the line

#pragma omp for schedule(dynamic)

After the removal of schedule(dynamic) the problem has fortunately disappeared.

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

No branches or pull requests

1 participant