Searched refs:forceScroll (Results 1 – 2 of 2) sorted by relevance
| /petsc/config/BuildSystem/ |
| H A D | logger.py | 350 …evel, debugSection = debugSection, rmDir = rmDir, forceNewLine = True, forceScroll = True, indent … 368 def logWrite(self, msg, debugLevel = -1, debugSection = None, forceScroll = 0, rmDir = 1): argument 381 if not forceScroll and not writeAll and self.linewidth > 0: 395 …f, msg, debugLevel = -1, debugSection = None, indent = 1, comm = None, forceScroll = 0, rmDir = 1,… argument 400 self.logWrite(msg, debugLevel, debugSection, forceScroll = forceScroll, rmDir = rmDir)
|
| /petsc/config/BuildSystem/config/ |
| H A D | framework.py | 289 self.logWrite(str(child), debugSection = 'screen', forceScroll = 1, rmDir = 0) 292 self.logWrite(child.__str1__(), debugSection = 'screen', forceScroll = 1) 295 self.logWrite(child.__str2__(), debugSection = 'screen', forceScroll = 1)
|