Searched refs:test_all (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/sf/tutorials/ |
| H A D | ex1.c | 44 …PetscBool test_all, test_bcast, test_bcastop, test_reduce, test_degree, test_fetchandop, test_g… in main() local 55 test_all = PETSC_FALSE; in main() 56 …PetscCall(PetscOptionsBool("-test_all", "Test all SF communications", "", test_all, &test_all, NUL… in main() 57 test_bcast = test_all; in main() 59 test_bcastop = test_all; in main() 61 test_reduce = test_all; in main() 63 test_char = test_all; in main() 88 test_degree = test_all; in main() 90 test_fetchandop = test_all; in main() 92 test_gather = test_all; in main() [all …]
|