Searched refs:noCheck (Results 1 – 4 of 4) sorted by relevance
| /petsc/config/PETSc/options/ |
| H A D | petscclone.py | 5 def noCheck(command, status, output, error): function 26 …ommand([self.sourceControl.git, 'describe', '--match=v*'],checkCommand = noCheck, log = self.log, … 27 …elf.sourceControl.git, 'log', '-1', '--pretty=format:%H'],checkCommand = noCheck, log = self.log, … 28 …lf.sourceControl.git, 'log', '-1', '--pretty=format:%ci'],checkCommand = noCheck, log = self.log, … 29 …f.sourceControl.git, 'rev-parse', '--abbrev-ref', 'HEAD'],checkCommand = noCheck, log = self.log, … 30 …and([self.sourceControl.git, 'status', '--short', '-uno'],checkCommand = noCheck, log = self.log, …
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | sowing.py | 4 def noCheck(command, status, output, error): function
|
| H A D | MPI.py | 7 def noCheck(command, status, output, error): function 256 … Configure.executeShellCommand(self.mpiexec+' -help all', checkCommand = noCheck, timeout = 60, lo… 279 …ShellCommand(self.mpiexec+' -n 1 printenv | grep -v KEY', checkCommand = noCheck, timeout = 120, t… 293 …xecuteShellCommand(self.mpiexec+' -n 1 -V /usr/bin/true', checkCommand = noCheck, timeout = 120, t…
|
| /petsc/config/BuildSystem/config/ |
| H A D | setCompilers.py | 11 def noCheck(command, status, output, error): function 213 …atus) = config.base.Configure.executeShellCommand(compiler+' -V',checkCommand = noCheck, log = log) 226 …atus) = config.base.Configure.executeShellCommand(compiler+' -v',checkCommand = noCheck, log = log) 431 …atus) = config.base.Configure.executeShellCommand(compiler+' -V',checkCommand = noCheck, log = log) 522 …atus) = config.base.Configure.executeShellCommand(compiler+' -V',checkCommand = noCheck, log = log) 535 … config.base.Configure.executeShellCommand(compiler+' --version',checkCommand = noCheck, log = log) 559 … output, error, _ = cls.executeShellCommand(compiler + ' --version', checkCommand=noCheck, log=log) 572 …, status) = config.base.Configure.executeShellCommand(ar + ' -V',checkCommand = noCheck, log = log) 583 …, status) = config.base.Configure.executeShellCommand(ar + ' -V',checkCommand = noCheck, log = log)
|