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

Option --hpx:queuing=local-priority-lifo is not configured #6519

Open
diehlpk opened this issue Jul 12, 2024 · 1 comment
Open

Option --hpx:queuing=local-priority-lifo is not configured #6519

diehlpk opened this issue Jul 12, 2024 · 1 comment

Comments

@diehlpk
Copy link
Member

diehlpk commented Jul 12, 2024

Expected Behavior

Command line option --hpx:queuing=local-priority-lifo worked with HPX 1.9.1 on Arm.

Actual Behavior

Command line option --hpx:queuing=local-priority-lifo is not configured in this build. Please make sure 128bit atomics are available.

Steps to Reproduce the Problem

... Please be as specific as possible while describing how to reproduce your problem.

  1. Compile Octo-Tiger with HPX master from today

Specifications

  • HPX Version: Master
  • Platform (compiler, OS): gcc 12
@diehlpk diehlpk changed the title Oprion --hpx:queuing=local-priority-lifo is not configured Option --hpx:queuing=local-priority-lifo is not configured Jul 12, 2024
@hkaiser
Copy link
Member

hkaiser commented Jul 12, 2024

@diehlpk Yes, this is expected. We have disabled the schedulers that depend on 128bit atomics on platforms where those are either not available or are not lockfree. We have seen large performance regressions in those cases (especially on ARM).

We're currently working in a fix, at least for x64 systems. ARM would be another matter to be addressed separately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants