Replies: 1 comment 1 reply
-
@miEsMar if you are using MPICH >= 4.1.0, you can use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I was wondering if there is a general function that can be called using MPICH MPI Implementation to explicitly ask the underlying engine to progress any incomplete request that might exist.
Preferably a layer above the actual engine (CH3 or CH4) interface, so to avoid the use of macros to specialize actual calls.
Similar to
opal_progress()
for OpenMPI.Thanks.
Beta Was this translation helpful? Give feedback.
All reactions