File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ struct mca_btl_base_descriptor_t *mca_btl_uct_prepare_src (mca_btl_base_module_t
109
109
frag -> base .des_segment_count = 2 ;
110
110
} else {
111
111
frag -> segments [0 ].seg_len = total_size ;
112
- memcpy ((void * )((intptr_t ) frag -> segments [1 ].seg_addr .pval + reserve ), data_ptr , * size );
112
+ memcpy ((void * )((intptr_t ) frag -> segments [0 ].seg_addr .pval + reserve ), data_ptr , * size );
113
113
frag -> base .des_segment_count = 1 ;
114
114
}
115
115
}
Original file line number Diff line number Diff line change 52
52
fi
53
53
54
54
max_allowed_uct_major= 1
55
- max_allowed_uct_minor= 8
55
+ max_allowed_uct_minor= 9
56
56
if test " $btl_uct_happy " = " yes" && test " $enable_uct_version_check " ! = " no" ; then
57
57
AC_MSG_CHECKING([UCT version compatibility])
58
58
OPAL_VAR_SCOPE_PUSH([CPPFLAGS_save])
You can’t perform that action at this time.
0 commit comments