Home
last modified time | relevance | path

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

/dports/science/sparta/sparta-20Oct2021/src/
H A Dcomm.cpp455 int not_done_local = icell_start < nglocal; in migrate_cells_less_memory() local
456 MPI_Allreduce(&not_done_local,&not_done,1,MPI_INT,MPI_SUM,world); in migrate_cells_less_memory()
H A Dgrid.cpp916 int not_done_local = (icell_end < nlocal || i_end < nlist); in acquire_ghosts_near_less_memory() local
917 if (not_done_local && i_end == nlist) i_start = 0; in acquire_ghosts_near_less_memory()
918 MPI_Allreduce(&not_done_local,&not_done,1,MPI_INT,MPI_SUM,world); in acquire_ghosts_near_less_memory()