Lines Matching refs:opstring
46 char opstring[256]; in main() local
66 PetscCall(PetscStrncpy(opstring, "sum", sizeof(opstring))); in main()
67 …onsString("-test_op", "Designate which MPI_Op to use", "", opstring, opstring, sizeof(opstring), N… in main()
68 PetscCall(PetscStrcmp("sum", opstring, &strflg)); in main()
70 PetscCall(PetscStrcmp("prod", opstring, &strflg)); in main()
72 PetscCall(PetscStrcmp("max", opstring, &strflg)); in main()
74 PetscCall(PetscStrcmp("min", opstring, &strflg)); in main()
76 PetscCall(PetscStrcmp("land", opstring, &strflg)); in main()
78 PetscCall(PetscStrcmp("band", opstring, &strflg)); in main()
80 PetscCall(PetscStrcmp("lor", opstring, &strflg)); in main()
82 PetscCall(PetscStrcmp("bor", opstring, &strflg)); in main()
84 PetscCall(PetscStrcmp("lxor", opstring, &strflg)); in main()
86 PetscCall(PetscStrcmp("bxor", opstring, &strflg)); in main()
104 …onsString("-test_op", "Designate which MPI_Op to use", "", opstring, opstring, sizeof(opstring), N… in main()