Home
last modified time | relevance | path

Searched refs:checkLinkerFlag (Results 1 – 2 of 2) sorted by relevance

/petsc/config/BuildSystem/config/
H A DsetCompilers.py2354 goodFlags = list(filter(self.checkLinkerFlag, flags))
2385 def checkLinkerFlag(self, flag): member in Configure
2405 if self.checkLinkerFlag(flag):
2426 if self.checkLinkerFlag(testFlag):
2447 if self.checkLinkerFlag(testFlag):
2489 if self.checkLinkerFlag(testFlag+os.path.abspath(os.getcwd())):
2561 goodFlags = list(filter(self.checkLinkerFlag, flags))
2741 if self.checkLinkerFlag('@'+optfile):
/petsc/doc/developers/
H A Dbuildsystem.md358 checkLinkerFlag(), addLinkerFlag()