Searched refs:filterCompileOutput (Results 1 – 3 of 3) sorted by relevance
| /petsc/config/BuildSystem/config/ |
| H A D | base.py | 526 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 D | framework.py | 488 def filterCompileOutput(self, output,flag = '', filterAlways = 0): member in Framework
|
| H A D | setCompilers.py | 1929 output = self.filterCompileOutput(output+'\n'+error,flag=flag)
|