Race condition in VPIC benchmark
Open
bug
effort-medium
- Dominant language
- C++
- Stars
- 34
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
In the VPIC benchmark, each rank calls `fopen`, `fwrite`, and `fclose`. If we don't put barriers between those three calls, the app crashes. Barriers should not be necessary.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.