Panagiotis (Panos) Syskakis

Results 49 comments of Panagiotis (Panos) Syskakis

@hkaiser FYI I'm working on this one, I've reproduced some failing tests (`stop_token_cb1` being one of them). So far, I see that some pending hpx thread is never getting scheduled...

@hkaiser It seems like the moodycamel queue provides FIFO guarantees only among items placed by the same thread, however there is no guarantee that items queued by different threads will...

> Excellent detective work @Pansysk75! Is that true in case if we used the consumer/producer token API the queue provides as well? Thanks! Here's what the implementer has to say...

@hkaiser Doesn't seem to help much... keep in mind that this issue doesn't show up on the workrequesting scheduler when using the default queue, so it's either the mc queue...

> @hkaiser gcc-12-release and gcc-13-release are failing from issues not related to the openshmem parcelport. clang-12-debug is failing due to an issue with `oshmem-info`, the tool prints the incpath but...

That should work, but as a user I would really wonder what "outer" refers to and why I should use that (if I didn't know the implementation details). I was...