Searched refs:allowsynchronized (Results 1 – 2 of 2) sorted by relevance
17 PetscInt allowsynchronized; /* allow synchronized writes from any process to the viewer */ member
300 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()