Searched refs:executor (Results 1 – 4 of 4) sorted by relevance
| /petsc/config/BuildSystem/config/ |
| H A D | libraries.py | 411 …gs = '&argc, &argv', boolType = 'int', noCheckArg = 0, defaultArg = '', executor = None, timeout =… argument 538 …isShared = self.checkRun(defaultIncludes, body, defaultArg = defaultArg, executor = executor, time… 540 if executor and str(e).find('Runaway process exceeded time limit') > -1: 541 raise RuntimeError('Timeout: Unable to run MPI program with '+executor+'\n\ 555 …def checkExportedSymbols(self, flags, checkLink = None, libraries = [], defaultArg = '', executor … argument 607 …exports = self.checkRun(defaultIncludes, body, defaultArg = defaultArg, executor = executor, timeo…
|
| H A D | base.py | 646 …def outputRun(self, includes, body, cleanup = 1, defaultOutputArg = '', executor = None,linkLangua… argument 664 if executor: 665 command = executor+' '+self.linkerObj 691 …def checkRun(self, includes = '', body = '', cleanup = 1, defaultArg = '', executor = None, linkLa… argument 693 …(output, returnCode) = self.outputRun(includes, body, cleanup, defaultArg, executor,linkLanguage=l…
|
| /petsc/config/PETSc/ |
| H A D | petsc.py | 311 … = libraries, initArgs = '&argc, &argv, 0, 0', boolType = 'PetscBool ', executor = self.mpi.mpiexe…
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | MPI.py | 182 …geLink,libraries = self.lib, defaultArg = 'known-mpi-shared-libraries', executor = self.mpiexecseq) 389 ok = self.checkRun(includes, body, executor = self.mpiexecseq, timeout = 120, threads = 1)
|