Home
last modified time | relevance | path

Searched refs:debugSection (Results 1 – 5 of 5) sorted by relevance

/petsc/config/BuildSystem/
H A Dlogger.py256 def checkWrite(self, f, debugLevel, debugSection, writeAll = 0): argument
266 …if self.debugLevel >= debugLevel and (not len(self.debugSections) or debugSection in self.debugSec…
297 def logIndent(self, debugLevel = -1, debugSection = None, comm = None): argument
303 if self.checkWrite(f, debugLevel, debugSection, writeAll):
344 …def logPrintBox(self, msg, debugLevel = -1, debugSection = 'screen', indent = 1, comm = None, rmDi… argument
349 self.logPrintDivider(debugLevel = debugLevel, debugSection = debugSection)
350 …self.logPrint(msg, debugLevel = debugLevel, debugSection = debugSection, rmDir = rmDir, forceNewLi…
351 self.logPrintDivider(debugLevel = debugLevel, debugSection = debugSection)
368 def logWrite(self, msg, debugLevel = -1, debugSection = None, forceScroll = 0, rmDir = 1): argument
373 if self.checkWrite(f, debugLevel, debugSection, writeAll):
[all …]
/petsc/config/BuildSystem/config/packages/
H A DxSDKTrilinos.py105 self.logPrintDivider( debugSection = 'screen')
106 …ystem xSDKTrilinos cannot run tests directly. To run a short test suite.', debugSection = 'screen')
107 … self.logPrint(' Obtain an interactive session with your batch system', debugSection = 'screen')
108 … self.logPrint(' cd to '+os.path.join(self.packageDir,'petsc-build'), debugSection = 'screen')
109 self.logPrint(' ctest', debugSection = 'screen')
113 …elf.packageDir,'petsc-build','hypre','test','xSDKTrilinos_HypreTest.exe'), debugSection = 'screen')
114 …ackageDir,'petsc-build','petsc','test','xSDKTrilinos_PETScAIJMatrix.exe'), debugSection = 'screen')
116 self.logPrintDivider( debugSection = 'screen')
117 self.logPrint('', debugSection = 'screen')
/petsc/config/BuildSystem/config/
H A Dbase.py134 …de__.co_filename)+':'+str(test.__func__.__code__.co_firstlineno)+')', debugSection = 'screen', ind…
145 …de__.co_filename)+':'+str(test.__func__.__code__.co_firstlineno)+')', debugSection = 'screen', ind…
H A Dframework.py289 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)
H A Dpackage.py741 …**************************************************************************", debugSection='screen')
742 …self.logPrint('Please register to use '+self.downloadname+' at '+self.license, debugSection='scree…
743 …************************************************************************\n", debugSection='screen')