1
1

fcoll/two_phase: do not use removed function (MPI_Address)

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
Этот коммит содержится в:
Nathan Hjelm 2018-03-22 13:11:26 -06:00 коммит произвёл Nathan Hjelm
родитель 1e56023ea4
Коммит 5f7ff5307e
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -689,7 +689,7 @@ static int two_phase_read_and_exch(mca_io_ompio_file_t *fh,
}
if (req_off < real_off + real_size) {
count[i]++;
PMPI_Address(read_buf+req_off-real_off,
PMPI_Get_address(read_buf+req_off-real_off,
&(others_req[i].mem_ptrs[j]));
send_size[i] += (int)(OMPIO_MIN(real_off + real_size - req_off,

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

@ -781,7 +781,7 @@ static int two_phase_exch_and_write(mca_io_ompio_file_t *fh,
size,i,
count[i]);
#endif
PMPI_Address(write_buf+req_off-off,
PMPI_Get_address(write_buf+req_off-off,
&(others_req[i].mem_ptrs[j]));
#if DEBUG_ON
printf("%d : mem_ptrs : %ld\n", fh->f_rank,