Searched refs:test_reduce (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 61 test_reduce = test_all; in main() 62 …PetscCall(PetscOptionsBool("-test_reduce", "Test reduction", "", test_reduce, &test_reduce, NULL)); in main() 257 if (test_reduce) { /* Reduce leafdata into rootdata */ in main() 279 if (test_reduce && test_char) { /* Reduce with signed char */ in main() 333 if (test_reduce && test_char) { /* Reduce with unsigned char */ in main()
|