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

HPX build fails #94

Open
elliottslaughter opened this issue Jul 25, 2023 · 6 comments
Open

HPX build fails #94

elliottslaughter opened this issue Jul 25, 2023 · 6 comments

Comments

@elliottslaughter
Copy link
Contributor

E.g.: https://github.com/StanfordLegion/task-bench/actions/runs/5661578384/job/15339764215

There are many errors, but they look like:

CMake Error at cmake/HPX_GeneratePackageUtils.cmake:400 (file):
  Error evaluating generator expression:

    $<HOST_LINK:SHELL:-Wl$<COMMA>-Bsymbolic-functions>

  $<HOST_LINK:...> may only be used with binary targets to specify link
  options.

@NanmiaoWu @diehlpk @hkaiser can we get help on resolving this? I'd like to keep the Task Bench HPX build working.

@hkaiser
Copy link

hkaiser commented Jul 26, 2023

I'll have a look.

@NanmiaoWu
Copy link
Contributor

I'll have a look.

Thank you Hartmut!

@hkaiser
Copy link

hkaiser commented Jul 26, 2023

@elliottslaughter could you please try adding -DHPX_WITH_PKGCONFIG=Off to the cmake command line?

@elliottslaughter
Copy link
Contributor Author

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.

@hkaiser
Copy link

hkaiser commented Jul 26, 2023

@elliottslaughter fixing that race might take longer. I will need to find a student interested in looking into this problem.

@elliottslaughter
Copy link
Contributor Author

Understood. There's no rush on our end, just a general interest in making sure everything is working smoothly.

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

No branches or pull requests

3 participants