Searched refs:maxgresident (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 479 PetscCallMPI(MPI_Reduce(&resident, &maxgresident, 1, MPIU_PETSCLOGDOUBLE, MPI_MAX, 0, comm)); in PetscMemoryView() 481 … total %5.4e max %5.4e min %5.4e\n", gresident, maxgresident, mingresident)); in PetscMemoryView() 496 PetscCallMPI(MPI_Reduce(&resident, &maxgresident, 1, MPIU_PETSCLOGDOUBLE, MPI_MAX, 0, comm)); in PetscMemoryView() 498 … total %5.4e max %5.4e min %5.4e\n", gresident, maxgresident, mingresident)); in PetscMemoryView() 501 PetscCallMPI(MPI_Reduce(&resident, &maxgresident, 1, MPIU_PETSCLOGDOUBLE, MPI_MAX, 0, comm)); in PetscMemoryView() 503 … total %5.4e max %5.4e min %5.4e\n", gresident, maxgresident, mingresident)); in PetscMemoryView()
|