Searched refs:PETSC_STDERR (Results 1 – 13 of 13) sorted by relevance
| /petsc/src/sys/error/ |
| H A D | errtrace.c | 70 if (use_stdout) PETSC_STDERR = PETSC_STDOUT; in PetscErrorPrintfInitialize() 110 (void)PetscFPrintf(PETSC_COMM_SELF, PETSC_STDERR, "[%d]PETSC ERROR: ", PetscGlobalRank); in PetscErrorPrintfDefault() 112 (void)(*PetscVFPrintf)(PETSC_STDERR, format, Argp); in PetscErrorPrintfDefault() 126 if (PetscErrorPrintf == PetscErrorPrintfDefault && PETSC_STDERR != PETSC_STDOUT) { in PetscErrorPrintfHilight() 127 if (isatty(fileno(PETSC_STDERR))) fprintf(PETSC_STDERR, "\033[1;31m"); in PetscErrorPrintfHilight() 135 if (PetscErrorPrintf == PetscErrorPrintfDefault && PETSC_STDERR != PETSC_STDOUT) { in PetscErrorPrintfNormal() 136 if (isatty(fileno(PETSC_STDERR))) fprintf(PETSC_STDERR, "\033[0;39m\033[0;49m"); in PetscErrorPrintfNormal()
|
| H A D | pstack.c | 116 if (!file) file = PETSC_STDERR; in PetscStackView() 123 if (file == PETSC_STDERR) { in PetscStackView() 131 if (file == PETSC_STDERR) { in PetscStackView()
|
| /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() 304 PetscCall(PetscSynchronizedFlush(comm, PETSC_STDERR)); 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() 338 PetscCall(PetscSynchronizedFlush(comm, PETSC_STDERR)); in CheckNumLabels()
|
| /petsc/src/sys/fileio/ |
| H A D | mpiuopen.c | 44 else if (isstderr) fd = PETSC_STDERR; in PetscFOpen() 81 if (rank == 0 && fd != PETSC_STDOUT && fd != PETSC_STDERR) { in PetscFClose()
|
| H A D | mprint.c | 22 FILE *PETSC_STDERR = NULL; variable
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsys.pxi | 40 FILE *PETSC_STDERR
|
| H A D | PETSc.pyx | 457 elif (fd == PETSC_STDERR) and not (sys.stderr == sys.__stderr__): 649 global PETSC_STDOUT, PETSC_STDERR 650 return PETSC_STDOUT == PETSC_STDERR
|
| /petsc/doc/changes/ |
| H A D | 324.md | 37 - Change the default file pointer used in `PetscStackView()` if `NULL` is used to `PETSC_STDERR`
|
| /petsc/src/sys/classes/viewer/impls/ascii/ |
| H A D | filev.c | 841 if (isstderr) vascii->fd = PETSC_STDERR; in PetscViewerFileSetName_ASCII()
|
| /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() 728 PetscCall(PetscSynchronizedFlush(comm, PETSC_STDERR)); in DMLabelCompare()
|
| /petsc/src/sys/objects/ |
| H A D | pinit.c | 793 PETSC_STDERR = stderr; in PetscInitialize_Common()
|
| /petsc/include/ |
| H A D | petscsys.h | 239 PETSC_EXTERN FILE *PETSC_STDERR; variable
|
| /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() 7728 PetscCall(PetscSynchronizedFlush(comm, PETSC_STDERR)); in DMCompareLabels()
|