Searched refs:checkRun (Results 1 – 10 of 10) sorted by relevance
| /petsc/config/BuildSystem/config/utilities/ |
| H A D | cacheDetails.py | 118 if self.checkRun(includes=main_includes,body=main_body) and os.path.exists(filename):
|
| /petsc/config/BuildSystem/config/ |
| H A D | headers.py | 150 if not self.checkRun(includes, body): haveStdC = 0
|
| H A D | compilersFortran.py | 161 if not self.checkRun(None, 328 found = self.checkRun(None, fcode, defaultArg = 'f90-2ptr-arg')
|
| H A D | libraries.py | 538 …isShared = self.checkRun(defaultIncludes, body, defaultArg = defaultArg, executor = executor, time… 607 …exports = self.checkRun(defaultIncludes, body, defaultArg = defaultArg, executor = executor, timeo…
|
| H A D | base.py | 691 …def checkRun(self, includes = '', body = '', cleanup = 1, defaultArg = '', executor = None, linkLa… member in Configure
|
| H A D | setCompilers.py | 1242 if not self.checkRun(linkLanguage=linkLanguage):
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | MPI.py | 389 ok = self.checkRun(includes, body, executor = self.mpiexecseq, timeout = 120, threads = 1)
|
| H A D | BlasLapack.py | 834 if self.checkRun(includes, body) and os.path.exists(filename):
|
| /petsc/doc/developers/ |
| H A D | buildsystem.md | 348 outputRun(), checkRun()
|
| /petsc/config/PETSc/ |
| H A D | Configure.py | 975 if not skip_flags and self.checkRun():
|