Home
last modified time | relevance | path

Searched refs:logOutputflg (Results 1 – 3 of 3) sorted by relevance

/petsc/config/BuildSystem/
H A Dscript.py209 …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 Dbase.py487 …nd(command, checkCommand = report, timeout = timeout, log = self.log, logOutputflg = False, lineLi…
H A DsetCompilers.py268 …se.Configure.executeShellCommand(compiler+' --help | head -n 500', log = log, logOutputflg = False)