Home
last modified time | relevance | path

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

/petsc/config/BuildSystem/config/packages/
H A Dspai.py58 if not self.blasLapack.checkForRoutine('dormqr'):
H A DSTRUMPACK.py112 if not self.blasLapack.checkForRoutine('dlapmr'):
H A DMUMPS.py135 if self.blasLapack.checkForRoutine('dgemmt'):
H A Dhypre.py234 if not self.blasLapack.checkForRoutine('dgels'):
H A DBlasLapack.py800 found = self.checkForRoutine(routine)
804 def checkForRoutine(self,routine): member in Configure