1
1

Merge pull request #3229 from hjelmn/osc_pt2pt

osc/pt2pt: fix typo
Этот коммит содержится в:
Jeff Squyres 2017-03-24 14:38:16 -04:00 коммит произвёл GitHub
родитель 0694d0bfbe c72fb30eb5
Коммит 88a4a163ae

Просмотреть файл

@ -173,7 +173,7 @@ static inline int ompi_osc_pt2pt_frag_alloc (ompi_osc_pt2pt_module_t *module, in
int ret;
do {
ret = ompi_osc_pt2pt_frag_alloc (module, target, request_len , buffer, ptr, long_send, buffered);
ret = _ompi_osc_pt2pt_frag_alloc (module, target, request_len , buffer, ptr, long_send, buffered);
if (OPAL_LIKELY(OMPI_SUCCESS == ret || OMPI_ERR_OUT_OF_RESOURCE != ret)) {
break;
}