Makes sure that the status object is always defined
In the MPIC_Sendrecv functions, the status object should always be defined
since we use it internally. This won't have any impact on performance since
the default is always to have FT collectives turned on anyway, but it will
prevent a crash when someone overwrites that default.
Fixes #2026
Signed-off-by:
Sangmin Seo <sseo@anl.gov>
Please register or sign in to comment