Searched refs:maxgresidentmax (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/memory/ |
| H A D | mtr.c | 461 …uble mingallocated, mingallocatedmax, mingresident, mingresidentmax, maxgresident, maxgresidentmax; in PetscMemoryView() local 475 …PetscCallMPI(MPI_Reduce(&residentmax, &maxgresidentmax, 1, MPIU_PETSCLOGDOUBLE, MPI_MAX, 0, comm)); in PetscMemoryView() 477 …ess memory: total %5.4e max %5.4e min %5.4e\n", gresidentmax, maxgresidentmax, mingresident… in PetscMemoryView() 492 …PetscCallMPI(MPI_Reduce(&residentmax, &maxgresidentmax, 1, MPIU_PETSCLOGDOUBLE, MPI_MAX, 0, comm)); in PetscMemoryView() 494 …ess memory: total %5.4e max %5.4e min %5.4e\n", gresidentmax, maxgresidentmax, mingresident… in PetscMemoryView()
|