Lines Matching refs:test_all
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()
94 test_scatter = test_all; in main()
96 test_embed = test_all; in main()
98 test_invert = test_all; in main()