John Biddiscombe

Results 86 comments of John Biddiscombe

I have not looked at the implementation (I will examine it later), but I'm curious as to the use case for the range-lock. Is this work inspired by the GSoC...

The main problem would be that once you have issued an MPI_Isend/Recv/other, then it is out of your hands at the network level. When messages are being polled, you could...

however - if a message is high priority for processing - certainly, when the request is marked "ready" and we pass it back to the runtime - we should add...

Note for future ref : When this is fixed, please remove the "--pika:ignore-process-mask" from libs/pika/async_mpi/tests/unit/CMakeLists.txt

Note that this PR depends on the mpi_polling pr in pika so probably won't work with pika master

I have modified the primary .github/format.sh script to allow git precommit use. Instead of reformatting the user's files, when used as a hook, the script builds a list of files...