1
1

Merge pull request #4900 from edgargabriel/topic/two_phase_data_sieving_fix

fcoll/two_phase: data sieving has to occur at offset 0 as well
Этот коммит содержится в:
Edgar Gabriel 2018-03-10 12:18:15 -06:00 коммит произвёл GitHub
родитель 0f345c068a da640f98df
Коммит 50d07e9622
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

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

@ -1068,7 +1068,7 @@ static int two_phase_exchage_data(mca_io_ompio_file_t *fh,
if (nprocs_recv){
if (*hole){
if (off > 0){
if (off >= 0){
fh->f_io_array = (mca_io_ompio_io_array_t *)malloc
(sizeof(mca_io_ompio_io_array_t));
if (NULL == fh->f_io_array) {