pika icon indicating copy to clipboard operation
pika copied to clipboard

Refactor `PIKA_MPI_COMPLETION_MODE` into independent flags

Open msimberg opened this issue 8 months ago • 0 comments

While for testing the current bitmask passed to PIKA_MPI_COMPLETION_MODE is convenient, the values are not very transparent to a user setting the values. It'd be nice to split up the flags into PIKA_MPI_INLINE_CONTINUATION, PIKA_MPI_DEDICATED_POOL etc. If still needed for testing we can consider keeping some way to override the mode with a bitmask as well.

msimberg avatar Jun 03 '24 16:06 msimberg