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.
1 parent 9d7e7a8 commit 89b1e37Copy full SHA for 89b1e37
ompi/mca/pml/ucx/pml_ucx_request.h
@@ -89,7 +89,7 @@ enum {
89
#define PML_UCX_MESSAGE_RELEASE(_message) \
90
{ \
91
ompi_message_return(*(_message)); \
92
- *(_message) = NULL; \
+ *(_message) = MPI_MESSAGE_NULL; \
93
}
94
95
ompi/mca/pml/yalla/pml_yalla_request.h
@@ -213,7 +213,7 @@ void mca_pml_yalla_init_reqs(void);
213
#define PML_YALLA_MESSAGE_RELEASE(_message) \
214
215
216
217
218
219
#endif /* PML_YALLA_REQUEST_H_ */
0 commit comments