-
Notifications
You must be signed in to change notification settings - Fork 30
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
HPX build fails #94
Comments
I'll have a look. |
Thank you Hartmut! |
@elliottslaughter could you please try adding |
Thanks, that fixes the build. However, there is another issue, which I think predates this most recent failure. When we run HPX tests, they appear to freeze part-way through the test suite (and the test suite times out). The issue is nondeterministic, so the exact test that freezes changes each time. Some sample failures:
While I'm not very familiar with HPX, my past experience with failures of this type are that some synchronization is likely missing or incorrect in the HPX implementation. E.g., I had issues like this in the Realm implementation until I managed to get all the WAR dependencies correct. Unfortunately, I don't know of any solution other than reading the code very carefully and working through it in a failing case until I'm sure I got it all right. Does anyone have time to debug this? Again, I appreciate the effort to keep the HPX implementation in a working state. |
@elliottslaughter fixing that race might take longer. I will need to find a student interested in looking into this problem. |
Understood. There's no rush on our end, just a general interest in making sure everything is working smoothly. |
E.g.: https://github.com/StanfordLegion/task-bench/actions/runs/5661578384/job/15339764215
There are many errors, but they look like:
@NanmiaoWu @diehlpk @hkaiser can we get help on resolving this? I'd like to keep the Task Bench HPX build working.
The text was updated successfully, but these errors were encountered: