Searched refs:tot_errors (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/sf/tests/ |
| H A D | ex14.c | 7 PetscInt i, j, low, high, n = 256, N, errors, tot_errors; in main() local 78 PetscCallMPI(MPIU_Allreduce(&errors, &tot_errors, 1, MPIU_INT, MPI_SUM, PETSC_COMM_WORLD)); in main() 79 …if (tot_errors) PetscCall(PetscPrintf(PETSC_COMM_WORLD, "Error: wrong values were scatterred in ve… in main() 140 PetscCallMPI(MPIU_Allreduce(&errors, &tot_errors, 1, MPIU_INT, MPI_SUM, PETSC_COMM_WORLD)); in main() 141 …if (tot_errors) PetscCall(PetscPrintf(PETSC_COMM_WORLD, "Error: wrong values were scatterred in ve… in main()
|