Home
last modified time | relevance | path

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

/petsc/config/BuildSystem/config/utilities/
H A DcacheDetails.py118 if self.checkRun(includes=main_includes,body=main_body) and os.path.exists(filename):
/petsc/config/BuildSystem/config/
H A Dheaders.py150 if not self.checkRun(includes, body): haveStdC = 0
H A DcompilersFortran.py161 if not self.checkRun(None,
328 found = self.checkRun(None, fcode, defaultArg = 'f90-2ptr-arg')
H A Dlibraries.py538 …isShared = self.checkRun(defaultIncludes, body, defaultArg = defaultArg, executor = executor, time…
607 …exports = self.checkRun(defaultIncludes, body, defaultArg = defaultArg, executor = executor, timeo…
H A Dbase.py691 …def checkRun(self, includes = '', body = '', cleanup = 1, defaultArg = '', executor = None, linkLa… member in Configure
H A DsetCompilers.py1242 if not self.checkRun(linkLanguage=linkLanguage):
/petsc/config/BuildSystem/config/packages/
H A DMPI.py389 ok = self.checkRun(includes, body, executor = self.mpiexecseq, timeout = 120, threads = 1)
H A DBlasLapack.py834 if self.checkRun(includes, body) and os.path.exists(filename):
/petsc/doc/developers/
H A Dbuildsystem.md348 outputRun(), checkRun()
/petsc/config/PETSc/
H A DConfigure.py975 if not skip_flags and self.checkRun():