Lines Matching refs:comm

98   MPI_Comm    comm = PetscObjectComm((PetscObject)Q);  in RegressionTest()  local
103 …PetscCheck(strcmp(app_ctx->test_file_path, "") != 0, comm, PETSC_ERR_FILE_READ, "File for regressi… in RegressionTest()
104 PetscCall(PetscViewerBinaryOpen(comm, app_ctx->test_file_path, FILE_MODE_READ, &viewer)); in RegressionTest()
266 MPI_Comm comm = PetscObjectComm((PetscObject)ts); in PrintRunInfo() local
273 PetscCallMPI(MPI_Comm_rank(comm, &rank)); in PrintRunInfo()
274 PetscCallMPI(MPI_Comm_size(comm, &comm_size)); in PrintRunInfo()
275 PetscCall(PetscPrintf(comm, in PrintRunInfo()
290 PetscCall(PetscPrintf(comm, in PrintRunInfo()
305 PetscCall(PetscPrintf(comm, in PrintRunInfo()
332 PetscCall(PetscPrintf(comm, in PrintRunInfo()
339 PetscCall(PetscPrintf(comm, in PrintRunInfo()
352 PetscCall(PetscPrintf(comm, in PrintRunInfo()
361 …PetscCall(PetscPrintf(comm, " Partition: (min,max,median,max/median)\… in PrintRunInfo()
368 PetscCallMPI(MPI_Gather(&owned_dofs, 1, MPIU_INT, gather_buffer, 1, MPIU_INT, 0, comm)); in PrintRunInfo()
375 PetscCall(PetscPrintf(comm, in PrintRunInfo()
381 PetscCallMPI(MPI_Gather(&local_dofs, 1, MPIU_INT, gather_buffer, 1, MPIU_INT, 0, comm)); in PrintRunInfo()
388 PetscCall(PetscPrintf(comm, in PrintRunInfo()
415 …etscCallMPI(MPI_Gather(&num_remote_roots_total, 1, MPIU_INT, gather_buffer, 1, MPIU_INT, 0, comm)); in PrintRunInfo()
422 PetscCall(PetscPrintf(comm, in PrintRunInfo()
429 …cCallMPI(MPI_Gather(&num_ghost_interface_ranks, 1, MPIU_INT, gather_buffer, 1, MPIU_INT, 0, comm)); in PrintRunInfo()
436 …PetscCall(PetscPrintf(comm, " Ghost Interface Ranks : %" PetscInt_FMT ", %" PetscI… in PrintRunInfo()
440 …tscCallMPI(MPI_Gather(&num_remote_leaves_total, 1, MPIU_INT, gather_buffer, 1, MPIU_INT, 0, comm)); in PrintRunInfo()
447 PetscCall(PetscPrintf(comm, in PrintRunInfo()
454 …cCallMPI(MPI_Gather(&num_owned_interface_ranks, 1, MPIU_INT, gather_buffer, 1, MPIU_INT, 0, comm)); in PrintRunInfo()
461 …PetscCall(PetscPrintf(comm, " Owned Interface Ranks : %" PetscInt_FMT ", %" PetscI… in PrintRunInfo()