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

Data race found in QED tests #5281

Open
lucafedeli88 opened this issue Sep 17, 2024 · 0 comments
Open

Data race found in QED tests #5281

lucafedeli88 opened this issue Sep 17, 2024 · 0 comments
Assignees
Labels
bug: affects latest release Bug also exists in latest release version bug Something isn't working component: QED QED module

Comments

@lucafedeli88
Copy link
Member

Hi! I am currently trying to expand the coverage of the clang-sanitizers tests in CI (#5280)
In particular, I've added some QED tests and the thread sanitizer seems to find a data race:
https://github.com/ECP-WarpX/WarpX/actions/runs/10900721122/job/30248957047?pr=5280

The issue seems to concern the line

for (WarpXParIter pti(*pc_source, lev, info); pti.isValid(); ++pti)

in doQedBreitWheeler and doQedQuantumSync

@lucafedeli88 lucafedeli88 added bug Something isn't working bug: affects latest release Bug also exists in latest release version labels Sep 17, 2024
@ax3l ax3l added component: tests Tests and CI component: QED QED module and removed component: tests Tests and CI labels Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug: affects latest release Bug also exists in latest release version bug Something isn't working component: QED QED module
Projects
None yet
Development

No branches or pull requests

2 participants