Searched refs:mingallocatedmax (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/memory/ |
| H A D | mtr.c | 461 …PetscLogDouble mingallocated, mingallocatedmax, mingresident, mingresidentmax, maxgresident, maxgr… in PetscMemoryView() local 484 …PetscCallMPI(MPI_Reduce(&allocatedmax, &mingallocatedmax, 1, MPIU_PETSCLOGDOUBLE, MPI_MIN, 0, comm… in PetscMemoryView() 485 …alloc()ed: total %5.4e max %5.4e min %5.4e\n", gallocatedmax, maxgallocatedmax, mingallocatedmax)); in PetscMemoryView()
|