Searched refs:logOutputflg (Results 1 – 3 of 3) sorted by relevance
| /petsc/config/BuildSystem/ |
| H A D | script.py | 209 …None, timeout = 600.0, log = None, lineLimit = 0, cwd=None, env=None, logOutputflg = True, threads… argument 213 …meout=timeout, log=log, lineLimit=lineLimit, cwd=cwd, env=env, logOutputflg = logOutputflg, thread… 216 …None, timeout = 600.0, log = None, lineLimit = 0, cwd=None, env=None, logOutputflg = True, threads… argument 223 def logOutput(log, output, logOutputflg): argument 225 if not logOutputflg: return output 261 output = logOutput(log, output,logOutputflg) 262 logOutput(log, error,logOutputflg)
|
| /petsc/config/BuildSystem/config/ |
| H A D | base.py | 487 …nd(command, checkCommand = report, timeout = timeout, log = self.log, logOutputflg = False, lineLi…
|
| H A D | setCompilers.py | 268 …se.Configure.executeShellCommand(compiler+' --help | head -n 500', log = log, logOutputflg = False)
|