Home
last modified time | relevance | path

Searched refs:PetscCIEnabled (Results 1 – 6 of 6) sorted by relevance

/petsc/include/petsc/private/
H A Dpetschypre.h104 } else if (PetscCIEnabled) { in PetscHYPREInitialize()
/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmdevice.cxx116 if (PetscUnlikely(PetscCIEnabled)) PetscFunctionReturn(PETSC_SUCCESS); in view()
/petsc/src/sys/objects/
H A Dinit.c492 PetscBool ci_log = PetscCIEnabled; in PetscOptionsCheckInitial_Private()
H A Doptions.c855 PetscCall(PetscOptionsGetBool(NULL, NULL, "-petsc_ci", &PetscCIEnabled, NULL)); in PetscOptionsInsert()
916 if (!PetscCIEnabled) return PETSC_FALSE; in PetscCIOption()
H A Dpinit.c771 PetscBool PetscCIEnabled = PETSC_FALSE, PetscCIEnabledPortableErrorOutput = PETSC_FALSE; variable
/petsc/include/
H A Dpetscsys.h1338 PETSC_EXTERN PetscBool PetscCIEnabled; /* code is running in the PETSc test ha… variable