Searched refs:maxgallocated (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/memory/ |
| H A D | mtr.c | 460 …ent, residentmax, gallocated, gallocatedmax, gresident, gresidentmax, maxgallocated, maxgallocated… in PetscMemoryView() local 487 PetscCallMPI(MPI_Reduce(&allocated, &maxgallocated, 1, MPIU_PETSCLOGDOUBLE, MPI_MAX, 0, comm)); in PetscMemoryView() 489 … total %5.4e max %5.4e min %5.4e\n", gallocated, maxgallocated, mingallocated… in PetscMemoryView() 505 PetscCallMPI(MPI_Reduce(&allocated, &maxgallocated, 1, MPIU_PETSCLOGDOUBLE, MPI_MAX, 0, comm)); in PetscMemoryView() 507 … total %5.4e max %5.4e min %5.4e\n", gallocated, maxgallocated, mingallocated… in PetscMemoryView() 511 PetscCallMPI(MPI_Reduce(&allocated, &maxgallocated, 1, MPIU_PETSCLOGDOUBLE, MPI_MAX, 0, comm)); in PetscMemoryView() 513 … total %5.4e max %5.4e min %5.4e\n", gallocated, maxgallocated, mingallocated… in PetscMemoryView()
|