Lines Matching refs:PETSC_COMM_WORLD
21 PetscCheck(sz == 29, PETSC_COMM_WORLD, PETSC_ERR_PLIB, "Format size %zu should be 29", sz); in main()
23 PetscCheck(sz == 27, PETSC_COMM_WORLD, PETSC_ERR_PLIB, "Format size %zu should be 27", sz); in main()
27 PetscCall(PetscPrintf(PETSC_COMM_WORLD, newformatstr, twentytwo, 3.47, 3.0)); in main()
37 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "buffer :%s: fullLength %d\n", buffer, (int)fullLength)); in main()
43 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "longstr fullLength %d\n", (int)fullLength)); in main()
49 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "Greetings %s", superlongstr)); in main()
52 PetscCall(PetscSynchronizedPrintf(PETSC_COMM_WORLD, "Greetings %s", superlongstr)); in main()
53 PetscCall(PetscSynchronizedFlush(PETSC_COMM_WORLD, stdout)); in main()
56 PetscCall(PetscSynchronizedFPrintf(PETSC_COMM_WORLD, stdout, "Greetings %s", superlongstr)); in main()
57 PetscCall(PetscSynchronizedFlush(PETSC_COMM_WORLD, stdout)); in main()
66 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "\n")); in main()