Home
last modified time | relevance | path

Searched refs:PetscSynchronizedFPrintf (Results 1 – 12 of 12) sorted by relevance

/petsc/src/sys/tests/
H A Dex17f.F9021 PetscCallA(PetscSynchronizedFPrintf(PETSC_COMM_WORLD, file, 'Hi twice \n', ierr))
25 PetscCallA(PetscSynchronizedFPrintf(PETSC_COMM_WORLD, file, joe, ierr))
H A Dex11.c16 …PetscCall(PetscSynchronizedFPrintf(PETSC_COMM_WORLD, PETSC_STDOUT, "Greetings again from %d\n", ra… in main()
H A Dex17.c21 PetscCall(PetscSynchronizedFPrintf(comm, fp, "rank: %d\n", rank)); // Print rankid in order in main()
H A Dex37.c56 PetscCall(PetscSynchronizedFPrintf(PETSC_COMM_WORLD, stdout, "Greetings %s", superlongstr)); in main()
/petsc/src/mat/tests/
H A Dex21.c61 …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 Dex56.c291 …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 Dzmprintf.c78 *ierr = PetscSynchronizedFPrintf(MPI_Comm_f2c(*(MPI_Fint *)&*comm), *file, "%s", tmp); in petscsynchronizedfprintf_()
/petsc/src/sys/classes/matlabengine/
H A Dmatlab.c213 …PetscCall(PetscSynchronizedFPrintf(PetscObjectComm((PetscObject)mengine), fd, "[%d]%s", rank, meng… in PetscMatlabEnginePrintOutput()
/petsc/src/sys/fileio/
H A Dmprint.c548 PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm comm, FILE *fp, const char format[], ...) in PetscSynchronizedFPrintf() function
/petsc/include/
H A Dpetscsys.h1773 PETSC_EXTERN PetscErrorCode PetscSynchronizedFPrintf(MPI_Comm, FILE *, const char[], ...) PETSC_ATT…
/petsc/src/dm/label/
H A Ddmlabel.c727 if (msg[0]) PetscCall(PetscSynchronizedFPrintf(comm, PETSC_STDERR, "[%d] %s\n", rank, msg)); in DMLabelCompare()
/petsc/src/dm/interface/
H A Ddm.c7727 if (msg[0]) PetscCall(PetscSynchronizedFPrintf(comm, PETSC_STDERR, "[%d] %s\n", rank, msg)); in DMCompareLabels()