Searched refs:PetscSynchronizedFPrintf (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex17f.F90 | 21 PetscCallA(PetscSynchronizedFPrintf(PETSC_COMM_WORLD, file, 'Hi twice \n', ierr)) 25 PetscCallA(PetscSynchronizedFPrintf(PETSC_COMM_WORLD, file, joe, ierr))
|
| H A D | ex11.c | 16 …PetscCall(PetscSynchronizedFPrintf(PETSC_COMM_WORLD, PETSC_STDOUT, "Greetings again from %d\n", ra… in main()
|
| H A D | ex17.c | 21 PetscCall(PetscSynchronizedFPrintf(comm, fp, "rank: %d\n", rank)); // Print rankid in order in main()
|
| H A D | ex37.c | 56 PetscCall(PetscSynchronizedFPrintf(PETSC_COMM_WORLD, stdout, "Greetings %s", superlongstr)); in main()
|
| /petsc/src/mat/tests/ |
| H A D | ex21.c | 61 …PetscCall(PetscSynchronizedFPrintf(PETSC_COMM_WORLD, stdout, "[%d] get row %" PetscInt_FMT ": ", r… in main() 62 …for (j = 0; j < nz; j++) PetscCall(PetscSynchronizedFPrintf(PETSC_COMM_WORLD, stdout, "%" PetscInt… in main() 63 PetscCall(PetscSynchronizedFPrintf(PETSC_COMM_WORLD, stdout, "\n")); in main()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex56.c | 291 …if (verbose) PetscCall(PetscSynchronizedFPrintf(comm, PETSC_STDERR, "[%d] Label \"%s\" does not ha… in DMLabelCompareWithCoordinateRepresentation() 297 …if (verbose) PetscCall(PetscSynchronizedFPrintf(comm, PETSC_STDERR, "Point %" PetscInt_FMT " has b… in DMLabelCompareWithCoordinateRepresentation() 329 …PetscCall(PetscSynchronizedFPrintf(comm, PETSC_STDERR, "[%d] Asserted number of labels: %" PetscIn… in CheckNumLabels() 336 …PetscCall(PetscSynchronizedFPrintf(comm, PETSC_STDERR, "[%d] Label %" PetscInt_FMT " \"%s\"\n", ra… in CheckNumLabels()
|
| /petsc/src/sys/fileio/ftn-custom/ |
| H A D | zmprintf.c | 78 *ierr = PetscSynchronizedFPrintf(MPI_Comm_f2c(*(MPI_Fint *)&*comm), *file, "%s", tmp); in petscsynchronizedfprintf_()
|
| /petsc/src/sys/classes/matlabengine/ |
| H A D | matlab.c | 213 …PetscCall(PetscSynchronizedFPrintf(PetscObjectComm((PetscObject)mengine), fd, "[%d]%s", rank, meng… in PetscMatlabEnginePrintOutput()
|
| /petsc/src/sys/fileio/ |
| H A D | mprint.c | 548 PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm comm, FILE *fp, const char format[], ...) in PetscSynchronizedFPrintf() function
|
| /petsc/include/ |
| H A D | petscsys.h | 1773 PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATT…
|
| /petsc/src/dm/label/ |
| H A D | dmlabel.c | 727 if (msg[0]) PetscCall(PetscSynchronizedFPrintf(comm, PETSC_STDERR, "[%d] %s\n", rank, msg)); in DMLabelCompare()
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 7727 if (msg[0]) PetscCall(PetscSynchronizedFPrintf(comm, PETSC_STDERR, "[%d] %s\n", rank, msg)); in DMCompareLabels()
|