Home
last modified time | relevance | path

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

/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_file.c3003 cs_gnum_t global_num_end_last = global_num_end; in cs_file_read_block() local
3080 MPI_Bcast(&global_num_end_last, 1, CS_MPI_GNUM, f->n_ranks-1, f->comm); in cs_file_read_block()
3083 f->offset += ((global_num_end_last - 1) * size * stride); in cs_file_read_block()
3179 cs_gnum_t global_num_end_last = global_num_end; in cs_file_write_block() local
3200 MPI_Bcast(&global_num_end_last, 1, CS_MPI_GNUM, f->n_ranks-1, f->comm); in cs_file_write_block()
3203 f->offset += ((global_num_end_last - 1) * size * stride); in cs_file_write_block()
3251 cs_gnum_t global_num_end_last = global_num_end; in cs_file_write_block_buffer() local
3349 MPI_Bcast(&global_num_end_last, 1, CS_MPI_GNUM, f->n_ranks-1, f->comm); in cs_file_write_block_buffer()
3352 f->offset += ((global_num_end_last - 1) * size * stride); in cs_file_write_block_buffer()