Home
last modified time | relevance | path

Searched refs:scatter_buf_count (Results 1 – 1 of 1) sorted by relevance

/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_file.c1719 size_t scatter_buf_count = size * (size_t)(f->block_size[0]); in _scatter_blocks() local
1720 memcpy(buf, io_buf, scatter_buf_count); in _scatter_blocks()
1731 MPI_Send(scatter_buf + scatter_buf_count, send_count, ent_type, in _scatter_blocks()
1736 MPI_Send(scatter_buf + scatter_buf_count, send_count, MPI_BYTE, in _scatter_blocks()
1739 scatter_buf_count += add_buf_count; in _scatter_blocks()