Fixed offset data type in communication
This commit was SVN r32708.
Этот коммит содержится в:
родитель
9e7e90265f
Коммит
6e5f2c8ae8
@ -2040,10 +2040,10 @@ int mca_io_ompio_create_groups(mca_io_ompio_file_t *fh,
|
|||||||
//Gather start offsets across processes in a group on aggregator
|
//Gather start offsets across processes in a group on aggregator
|
||||||
ompi_io_ompio_allgather_array (start_offset_len,
|
ompi_io_ompio_allgather_array (start_offset_len,
|
||||||
3,
|
3,
|
||||||
MPI_LONG,
|
OMPI_OFFSET_DATATYPE,
|
||||||
start_offsets_lens,
|
start_offsets_lens,
|
||||||
3,
|
3,
|
||||||
MPI_LONG,
|
OMPI_OFFSET_DATATYPE,
|
||||||
0,
|
0,
|
||||||
fh->f_init_procs_in_group,
|
fh->f_init_procs_in_group,
|
||||||
fh->f_init_procs_per_group,
|
fh->f_init_procs_per_group,
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user