Skip to content

Conversation

@TimSiebert1
Copy link
Collaborator

No description provided.

Apparently boost.test is not thread safe which might be the reason that the openmp test sometimes fails. Since we only need to check whether the result is close to a certain value, boost.test is removed from this example.
Thread sanitizer complained that memory used a some point in the parallel code for other tests eventhough those test not connected to the openmp test. There is still a warning from the sanitizer complaining about the destruction of the vector used in the omp region, but this is related to openmp and not adolc.
@TimSiebert1 TimSiebert1 merged commit 661c1ac into master Sep 24, 2025
41 of 42 checks passed
@TimSiebert1 TimSiebert1 deleted the fix-openmp-test branch September 24, 2025 07:32
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