Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex33.c13 double max_mem, min_mem; in Print_memory() local
16 PetscCallMPI(MPI_Reduce(&mem, &max_mem, 1, MPI_DOUBLE, MPI_MAX, 0, MPI_COMM_WORLD)); in Print_memory()
18 max_mem = max_mem / 1024.0 / 1024.0; in Print_memory()
20 …" max and min memory across all processors %.4f Mb, %.4f Mb.\n", (double)max_mem, (double)min_mem)… in Print_memory()