Home
last modified time | relevance | path

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

/petsc/src/vec/pf/impls/string/
H A Dcstring.c60 PetscBool tmpshared, wdshared, keeptmpfiles = PETSC_FALSE; in PFStringSetFunction() local
69 PetscCall(PetscSharedTmp(PetscObjectComm((PetscObject)pf), &tmpshared)); in PFStringSetFunction()
71 if (tmpshared) { /* do it in /tmp since everyone has one */ in PFStringSetFunction()