Searched refs:comm_size (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_mat_schur.py | 8 comm_size = COMM.getSize() 11 A00.setSizes([[2, 2*comm_size], [2, 2*comm_size]]) 14 A01.setSizes([[2, 2*comm_size], [3, 3*comm_size]]) 17 A10.setSizes([[3, 3*comm_size], [2, 2*comm_size]]) 20 A11.setSizes([[3, 3*comm_size], [3, 3*comm_size]]) 23 self.assertEqual(M, 3*comm_size) 24 self.assertEqual(N, 3*comm_size)
|
| H A D | test_lgmap.py | 9 comm_size = comm.getSize() 16 if comm_rank < (comm_size - 1): 92 comm_size = comm.getSize() 99 if comm_rank < (comm_size - 1):
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex15.c | 222 PetscMPIInt comm_size; in main() local 227 PetscCallMPI(MPI_Comm_size(comm, &comm_size)); in main() 228 PetscCall(PetscPrintf(comm, "Begin cycle %" PetscInt_FMT ", comm size %d\n", i, comm_size)); in main()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex103.c | 418 PetscMPIInt comm_size; in main() local 423 PetscCallMPI(MPI_Comm_size(comm, &comm_size)); in main() 424 PetscCall(PetscPrintf(comm, "Begin cycle %" PetscInt_FMT ", comm size %d\n", i, comm_size)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmpi.pxi | 116 cdef inline int comm_size(MPI_Comm comm) except ? -1: function
|
| H A D | Vec.pyx | 362 if comm_size(ccomm) == 1: 418 if comm_size(ccomm) == 1: 476 if comm_size(ccomm) == 1: 534 if comm_size(ccomm) == 1: 612 if comm_size(ccomm) == 1: 617 if comm_size(ccomm) == 1: 622 if comm_size(ccomm) == 1:
|
| H A D | Mat.pyx | 1093 if comm_size(ccomm) == 1:
|
| /petsc/src/ksp/pc/impls/telescope/ |
| H A D | telescope.c | 324 PetscMPIInt comm_size, subcomm_size; in PCView_Telescope() local 333 PetscCallMPI(MPI_Comm_size(comm, &comm_size)); in PCView_Telescope() 338 …IPrintf(viewer, "PETSc subcomm: parent_size = %d , subcomm_size = %d\n", comm_size, subcomm_size)); in PCView_Telescope()
|
| /petsc/src/dm/impls/da/ |
| H A D | gr2.c | 319 PetscMPIInt comm_size; in VecGetHDF5ChunkSize() local 328 PetscCallMPI(MPI_Comm_size(PetscObjectComm((PetscObject)xin), &comm_size)); in VecGetHDF5ChunkSize() 329 …avg_local_vec_size = (hsize_t)PetscCeilInt64(vec_size, comm_size); /* we will attempt to use this … in VecGetHDF5ChunkSize()
|
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1940 PetscMPIInt comm_size; in DMPlexCreateNodeNumbering() local 1950 PetscCallMPI(MPI_Comm_size(PetscObjectComm((PetscObject)dm), &comm_size)); in DMPlexCreateNodeNumbering() 1955 if (comm_size == 1) nleaves = 0; in DMPlexCreateNodeNumbering() 1987 if (comm_size > 1) { in DMPlexCreateNodeNumbering()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsfc.c | 16 PetscMPIInt comm_size; member 103 layout->comm_size = size; in ZLayoutCreate()
|