Home
last modified time | relevance | path

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

/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dread_restart.cpp989 bigint *nproc_chunk_offsets; in file_layout() local
990 memory->create(nproc_chunk_offsets,nprocs, in file_layout()
1030 nproc_chunk_offsets[ndx] = current_ByteOffset; in file_layout()
1037 nproc_chunk_offsets[ndx] = current_ByteOffset; in file_layout()
1055 nproc_chunk_offsets[i] = current_offset; in file_layout()
1076 MPI_Scatter(nproc_chunk_offsets, 1, MPI_LMP_BIGINT, in file_layout()
1080 memory->destroy(nproc_chunk_offsets); in file_layout()