We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
amrex::InitRandom
With OpenMP, we see from the Clang's ThreadSanitizer that there is a data race flagged in amrex::InitRandom: ECP-WarpX/WarpX#5492 (comment)
The text was updated successfully, but these errors were encountered:
I uploaded debug logs here: ECP-WarpX/WarpX#5492 (comment)
Looks like it complains about this line: https://github.com/AMReX-Codes/amrex/blob/25.01/Src/Base/AMReX_Random.cpp#L105
Sorry, something went wrong.
InitRandom
I don't think it's a bug in our code.
Attn @EZoni @lucafedeli88
WeiqunZhang
Successfully merging a pull request may close this issue.
With OpenMP, we see from the Clang's ThreadSanitizer that there is a data race flagged in
amrex::InitRandom
:ECP-WarpX/WarpX#5492 (comment)
The text was updated successfully, but these errors were encountered: