Searched refs:mangling (Results 1 – 9 of 9) sorted by relevance
| /petsc/config/BuildSystem/config/packages/ |
| H A D | BlasLapack.py | 18 self.mangling = 'unknown' 92 def checkBlas(self, blasLibrary, otherLibs, mangling = None, routinesIn = ['dot']): argument 97 routines = map(self.mangleBlas, routinesIn, [mangling]*len(routinesIn)) 102 def checkLapack(self, lapackLibrary, otherLibs, mangling = None, routinesIn = ['getrs','geev']): argument 106 routines = map(self.mangleBlas, routinesIn, [mangling]*len(routinesIn)) 111 def checkBlasMangling(self, mangling, lapackLibrary, blasLibrary = None): argument 112 foundBlas, missingBlas = self.checkBlas(blasLibrary, self.getOtherLibs(), mangling, ['dot']) 113 …f.checkLapack(lapackLibrary, self.getOtherLibs(foundBlas, blasLibrary), mangling, ['getrs','geev']) 115 self.logPrint('Found mangling on BLAS/LAPACK: '+mangling) 134 mangling = self.argDB['known-blaslapack-mangling'] [all …]
|
| H A D | pARMS.py | 44 if self.blasLapack.mangling == 'underscore': 46 elif self.blasLapack.mangling == 'caps': 48 elif self.blasLapack.mangling == 'unchanged': 51 …se RuntimeError('Unknown blas mangling: cannot proceed with pARMS: '+str(self.blasLapack.mangling))
|
| H A D | SuperLU.py | 47 if self.blasLapack.mangling == 'underscore': 49 elif self.blasLapack.mangling == 'caps':
|
| H A D | spai.py | 29 if self.blasLapack.mangling == 'underscore': FTNOPT = '' 30 elif self.blasLapack.mangling == 'caps': FTNOPT = ''
|
| H A D | h2opus.py | 57 if self.blas.mangling == 'underscore': 59 elif self.blas.mangling == 'caps':
|
| H A D | MAGMA.py | 122 if self.blasLapack.mangling == 'underscore': 124 elif self.blasLapack.mangling == 'caps':
|
| H A D | hypre.py | 184 if self.blasLapack.mangling == 'underscore': 186 elif self.blasLapack.mangling == 'caps':
|
| /petsc/doc/manual/ |
| H A D | other.md | 672 external program’s mangling of the colormap. Unfortunately, this may
|
| H A D | tao.md | 3290 function without any name-mangling from the C++ compiler (if used).
|