Home
last modified time | relevance | path

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

/petsc/config/PETSc/options/
H A Dpetscclone.py26 …xecuteShellCommand([self.sourceControl.git, 'describe', '--match=v*'],checkCommand = noCheck, log …
27 …llCommand([self.sourceControl.git, 'log', '-1', '--pretty=format:%H'],checkCommand = noCheck, log …
28 …lCommand([self.sourceControl.git, 'log', '-1', '--pretty=format:%ci'],checkCommand = noCheck, log …
29 …Command([self.sourceControl.git, 'rev-parse', '--abbrev-ref', 'HEAD'],checkCommand = noCheck, log …
30 …uteShellCommand([self.sourceControl.git, 'status', '--short', '-uno'],checkCommand = noCheck, log …
/petsc/config/BuildSystem/config/packages/
H A Dmpi4py.py55 …ig.base.Configure.executeShellCommand(cleancmd, cwd=self.packageDir, checkCommand=script.Script.p…
66 …fig.base.Configure.executeShellCommand(buildcmd, cwd=self.packageDir, checkCommand=script.Script.p…
71 …ig.base.Configure.executeShellCommand(installcmd, cwd=self.packageDir,checkCommand=script.Script.p…
H A DMPI.py256 …(out, err, ret) = Configure.executeShellCommand(self.mpiexec+' -help all', checkCommand = noCheck,…
279 …gure.executeShellCommand(self.mpiexec+' -n 1 printenv | grep -v KEY', checkCommand = noCheck, time…
293 … Configure.executeShellCommand(self.mpiexec+' -n 1 -V /usr/bin/true', checkCommand = noCheck, time…
/petsc/config/BuildSystem/
H A Dscript.py209 …def executeShellCommand(command, checkCommand = None, timeout = 600.0, log = None, lineLimit = 0, … argument
213 …return Script.executeShellCommandSeq([command], checkCommand=checkCommand, timeout=timeout, log=lo…
216 …def executeShellCommandSeq(commandseq, checkCommand = None, timeout = 600.0, log = None, lineLimit… argument
219 if not checkCommand:
220 checkCommand = Script.defaultCheckCommand
263 checkCommand(commandseq, status, output, error)
H A Dretrieval.py60 …(output, error, ret) = Configure.executeShellCommand(cmd, checkCommand = Configure.passCheckComman…
/petsc/config/BuildSystem/config/
H A DsetCompilers.py213 …r, status) = config.base.Configure.executeShellCommand(compiler+' -V',checkCommand = noCheck, log …
226 …r, status) = config.base.Configure.executeShellCommand(compiler+' -v',checkCommand = noCheck, log …
431 …r, status) = config.base.Configure.executeShellCommand(compiler+' -V',checkCommand = noCheck, log …
493 checkCommand=config.base.Configure.passCheckCommand,
522 …r, status) = config.base.Configure.executeShellCommand(compiler+' -V',checkCommand = noCheck, log …
535 …us) = config.base.Configure.executeShellCommand(compiler+' --version',checkCommand = noCheck, log …
559 … output, error, _ = cls.executeShellCommand(compiler + ' --version', checkCommand=noCheck, log=log)
572 …(output, error, status) = config.base.Configure.executeShellCommand(ar + ' -V',checkCommand = noCh…
583 …(output, error, status) = config.base.Configure.executeShellCommand(ar + ' -V',checkCommand = noCh…
1260 …(output,error,status) = self.executeShellCommand(compiler+' -craype-verbose',checkCommand = script…
[all …]
H A Dbase.py487 …(out, err, ret) = Configure.executeShellCommand(command, checkCommand = report, timeout = timeout,…
544 (out, err, ret) = Configure.executeShellCommand(command, checkCommand = report, log = self.log)
618 (out, err, ret) = Configure.executeShellCommand(cmd, checkCommand = report, log = self.log)