Searched refs:checkCommand (Results 1 – 7 of 7) sorted by relevance
| /petsc/config/PETSc/options/ |
| H A D | petscclone.py | 26 …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 D | mpi4py.py | 55 …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 D | MPI.py | 256 …(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 D | script.py | 209 …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 D | retrieval.py | 60 …(output, error, ret) = Configure.executeShellCommand(cmd, checkCommand = Configure.passCheckComman…
|
| /petsc/config/BuildSystem/config/ |
| H A D | setCompilers.py | 213 …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 D | base.py | 487 …(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)
|