Searched refs:r_nnodes (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/gamg/ |
| H A D | gamg.c | 93 PetscInt s_nnodes, r_nnodes, new_new_size; in PCGAMGCreateLevel_GAMG() local 100 PetscCallMPI(MPIU_Allreduce(&s_nnodes, &r_nnodes, 1, MPIU_INT, MPI_SUM, comm)); in PCGAMGCreateLevel_GAMG() 101 …PetscCheck((size % r_nnodes) == 0, PETSC_COMM_SELF, PETSC_ERR_PLIB, "odd number of nodes np=%d nno… in PCGAMGCreateLevel_GAMG() 106 new_new_size = r_nnodes * devCount; in PCGAMGCreateLevel_GAMG() 108 …es=%" PetscInt_FMT ")\n", ((PetscObject)pc)->prefix, r_nnodes, nactive, new_size, devCount, r_nnod… in PCGAMGCreateLevel_GAMG()
|