Home
last modified time | relevance | path

Searched refs:min_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
17 PetscCallMPI(MPI_Reduce(&mem, &min_mem, 1, MPI_DOUBLE, MPI_MIN, 0, MPI_COMM_WORLD)); in Print_memory()
19 min_mem = min_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()