Home
last modified time | relevance | path

Searched refs:expected_rank (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/tests/
H A Dex8.c152 PetscMPIInt expected_rank = (rank - i + size) % size; in main() local
155 if (expected_rank == fromranks[n]) goto found; in main()
157 …ETSC_COMM_WORLD, PETSC_ERR_PLIB, "[%d] Could not find expected from rank %d", rank, expected_rank); in main()
159 …) == expected_rank, PETSC_COMM_SELF, PETSC_ERR_PLIB, "[%d] Got data %g from rank %d", rank, (doubl… in main()
161 …COMM_SELF, PETSC_ERR_PLIB, "[%d] Got string %s from rank %d", rank, fromdata[n].ok, expected_rank); in main()