Home
last modified time | relevance | path

Searched defs:cwd (Results 1 – 2 of 2) sorted by relevance

/petsc/config/BuildSystem/
H A Dscript.py160 def runShellCommand(command, log=None, cwd=None, env=None): argument
164 def runShellCommandSeq(commandseq, log=None, cwd=None, env=None): argument
209 …(command, checkCommand = None, timeout = 600.0, log = None, lineLimit = 0, cwd=None, env=None, log… argument
216 …mmandseq, checkCommand = None, timeout = 600.0, log = None, lineLimit = 0, cwd=None, env=None, log… argument
236 def runInShell(commandseq, log, cwd, env): argument
/petsc/src/benchmarks/
H A DbenchmarkExample.py55 def runShellCommand(command, cwd = None, log = True): argument