1
1

win: silence a warning in alloc_window(...)

Этот коммит содержится в:
Gilles Gouaillardet 2016-03-28 14:57:31 +09:00
родитель 4a76f23f40
Коммит 1baed498b6

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

@ -139,7 +139,7 @@ static int alloc_window(struct ompi_communicator_t *comm, ompi_info_t *info, int
return ret;
}
win->w_acc_ops = acc_ops;
win->w_acc_ops = (ompi_win_accumulate_ops_t)acc_ops;
win->w_flavor = flavor;
/* setup data that is independent of osc component */