Hartmut Kaiser

Results 521 comments of Hartmut Kaiser

@SAtacker thanks a lot. I think I now remember reading somewhere that clang co_await expects an rvalue reference for non-copyable awaitables.

> What does this mean? It means that co_await should be usable on a lvalue (glvalue) and a rvalue (prvalue). If used on a rvalue, a temporary object should be...

@SAtacker does this work, then? ``` auto futures2 = co_await hpx::when_all(std::move(futures)).share(); ```

> I think this is definitely a bug related to promise lookup. Yes, I agree. > Perhaps can we reproduce this on godboldt @hkaiser ? Please feel free to try...

@Pansysk75, @ct-clmsn: what is the state of this PR? Did we ever manage to get the gasnet parcelport working properly?

> @hkaiser I've had issues accessing the execution logs when the application fails runtime checks. I'll be pushing to complete this on a separate cluster at the top of the...

@ct-clmsn could you please rebase this onto master? This will give us an understanding of what works (and what doesn't). Thanks!

> @hkaiser will do; currently working with @constracktor on debugging this branch Thanks. I'll leave this PR for now on track for the upcomming V1.10.0 release.

We can close this PR as the issue was fixed here: #6475

@ct-clmsn how does this integrate with the existing docs. Could you talk to @dimitraka about this? She can help with everything related to docs.