Mikael Simberg

Results 368 comments of Mikael Simberg

Possibly related: #511. The `shared_priority_queue_scheduler` schedules new tasks by default on the current worker thread. While not necessarily always better, it does lead to different contention on the queues, and...

This was my minimal change to test scheduling on the current thread in the default scheduler: https://github.com/pika-org/pika/compare/main...schedule-current-thread. It didn't seem to make a difference when I tested it but the...

I gave hdoc (https://hdoc.io/) a try as an alternative to doxygen and the result is here: https://docs.hdoc.io/msimberg/pika/index.html. - I like the search - It would need a way to exclude...

The `mpi_async_storage` test is still disabled.

> Is the debug bloat coming from pika? Yes, at least to some extent. Here are the 50 longest strings in the test executable from https://github.com/eth-cscs/DLA-Future/pull/617: [bloat.txt](https://github.com/pika-org/pika/files/9497160/bloat.txt). A lot of...

A slightly more useful namespace change than the `namespace detail` to `namespace impl` change that I previously suggested is to collapse sender adaptor implementation namespaces to the top-level namespace. E.g....

#446 is a start. I would re-evaluate this on the pika side once we've done #293. I think there's some room for improvement also on the DLA-Future side.

Some more work has been done in https://github.com/eth-cscs/DLA-Future/pull/674.

I _think_ this is wontfix from our side. We unconditionally require support for `std::filesystem` and macOS was very late with adding proper support for it (meaning without additional flags or...

Ok, I'm quite sure what to think of that... macOS is a bit funny? I do know that GCC (specifically, libstdc++) got support for `std::filesystem` without linking to `stdc++fs` in...