File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
* Copyright (C) Mellanox Technologies Ltd. 2001-2011. ALL RIGHTS RESERVED.
4
4
* Copyright (c) 2015 Los Alamos National Security, LLC. All rights
5
5
* reserved.
6
+ * Copyright (c) 2017 IBM Corporation. All rights reserved.
6
7
* $COPYRIGHT$
7
8
*
8
9
* Additional copyrights may follow
@@ -29,8 +30,7 @@ OBJ_CLASS_DECLARATION(mca_pml_yalla_convertor_t);
29
30
ptrdiff_t lb; \
30
31
\
31
32
if (opal_datatype_is_contiguous_memory_layout(&(_dtype)->super, _count)) { \
32
- ompi_datatype_type_size(_dtype, &size); \
33
- ompi_datatype_type_lb(_dtype, &lb); \
33
+ ompi_datatype_get_true_extent(_dtype, &lb, &size); \
34
34
(_req_base)->data_type = MXM_REQ_DATA_BUFFER; \
35
35
(_req_base)->data.buffer.ptr = (char *)_buf + lb; \
36
36
(_req_base)->data.buffer.length = size * (_count); \
You can’t perform that action at this time.
0 commit comments