We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 353870a + 8dc979e commit dc4ec12Copy full SHA for dc4ec12
ompi/mca/pml/yalla/pml_yalla_request.h
@@ -121,7 +121,7 @@ void mca_pml_yalla_init_reqs(void);
121
122
#define PML_YALLA_FREE_BLOCKING_MXM_REQ(_req) \
123
{ \
124
- if ((_req)->completed_cb != NULL) { \
+ if ((_req)->data_type == MXM_REQ_DATA_STREAM) { \
125
mca_pml_yalla_convertor_free((mca_pml_yalla_convertor_t*)((_req)->context)); \
126
} \
127
}
0 commit comments