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 8ab88f2 commit 6bf57c7Copy full SHA for 6bf57c7
orte/mca/rml/base/base.h
@@ -13,6 +13,8 @@
13
* Copyright (c) 2007-2014 Los Alamos National Security, LLC. All rights
14
* reserved.
15
* Copyright (c) 2014-2016 Intel, Inc. All rights reserved.
16
+ * Copyright (c) 2016 Research Organization for Information Science
17
+ * and Technology (RIST). All rights reserved.
18
* $COPYRIGHT$
19
*
20
* Additional copyrights may follow
@@ -249,7 +251,7 @@ OBJ_CLASS_DECLARATION(orte_rml_recv_request_t);
249
251
(m)->iov, (m)->count, \
250
252
(m)->tag, (m)->cbdata); \
253
} \
- } else { \
254
+ } else if (NULL != (m)->cbfunc.buffer) { \
255
/* non-blocking buffer send */ \
256
(m)->cbfunc.buffer((m)->status, &((m)->origin), \
257
(m)->buffer, \
0 commit comments