Home
last modified time | relevance | path

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

/petsc/config/BuildSystem/config/
H A Dbase.py526 def filterCompileOutput(self, output, flag = '', filterAlways = 0): member in Configure
527 return self.framework.filterCompileOutput(output, flag = flag, filterAlways = filterAlways)
555 output = self.filterCompileOutput(output+'\n'+error,flag=flag)
591 out = self.filterCompileOutput(out+'\n'+err,flag=flag)
H A Dframework.py488 def filterCompileOutput(self, output,flag = '', filterAlways = 0): member in Framework
H A DsetCompilers.py1929 output = self.filterCompileOutput(output+'\n'+error,flag=flag)