Home
last modified time | relevance | path

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

/dports/science/sparta/sparta-20Oct2021/src/
H A Dgrid.cpp2359 bigint allbcount; in check_uniform_group() local
2361 MPI_Allreduce(&bcount,&allbcount,1,MPI_SPARTA_BIGINT,MPI_SUM,world); in check_uniform_group()
2363 if ((bigint) nxyz[0] * nxyz[1]*nxyz[2] != allbcount) in check_uniform_group()