Home
last modified time | relevance | path

Searched refs:allowsynchronized (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/classes/viewer/impls/ascii/
H A Dasciiimpl.h17 PetscInt allowsynchronized; /* allow synchronized writes from any process to the viewer */ member
H A Dfilev.c300 if (isascii) ascii->allowsynchronized++; in PetscViewerASCIIPushSynchronized()
331 ascii->allowsynchronized--; in PetscViewerASCIIPopSynchronized()
332 …PetscCheck(ascii->allowsynchronized >= 0, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Called more times than… in PetscViewerASCIIPopSynchronized()
954 if (vascii->allowsynchronized) { in PetscViewerFlush_ASCII()
1117 …PetscCheck(vascii->allowsynchronized, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONGSTATE, "First call Petsc… in PetscViewerASCIISynchronizedPrintf()