Skip to content

Commit 0012f1b

Browse files
authored
Merge pull request #8457 from hjelmn/btl_uct_version_bump_to_v1.9.x_as_it_appears_to_be_working_fine_as_of_the_latest_rc
btl/uct: bump allowed version to v1.9.x
2 parents 8e01095 + 92f947c commit 0012f1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

opal/mca/btl/uct/btl_uct_am.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ struct mca_btl_base_descriptor_t *mca_btl_uct_prepare_src (mca_btl_base_module_t
109109
frag->base.des_segment_count = 2;
110110
} else {
111111
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);
113113
frag->base.des_segment_count = 1;
114114
}
115115
}

opal/mca/btl/uct/configure.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dnl
5252
fi
5353

5454
max_allowed_uct_major=1
55-
max_allowed_uct_minor=8
55+
max_allowed_uct_minor=9
5656
if test "$btl_uct_happy" = "yes" && test "$enable_uct_version_check" != "no"; then
5757
AC_MSG_CHECKING([UCT version compatibility])
5858
OPAL_VAR_SCOPE_PUSH([CPPFLAGS_save])

0 commit comments

Comments
 (0)