Home
last modified time | relevance | path

Searched refs:mangling (Results 1 – 9 of 9) sorted by relevance

/petsc/config/BuildSystem/config/packages/
H A DBlasLapack.py18 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 DpARMS.py44 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 DSuperLU.py47 if self.blasLapack.mangling == 'underscore':
49 elif self.blasLapack.mangling == 'caps':
H A Dspai.py29 if self.blasLapack.mangling == 'underscore': FTNOPT = ''
30 elif self.blasLapack.mangling == 'caps': FTNOPT = ''
H A Dh2opus.py57 if self.blas.mangling == 'underscore':
59 elif self.blas.mangling == 'caps':
H A DMAGMA.py122 if self.blasLapack.mangling == 'underscore':
124 elif self.blasLapack.mangling == 'caps':
H A Dhypre.py184 if self.blasLapack.mangling == 'underscore':
186 elif self.blasLapack.mangling == 'caps':
/petsc/doc/manual/
H A Dother.md672 external program’s mangling of the colormap. Unfortunately, this may
H A Dtao.md3290 function without any name-mangling from the C++ compiler (if used).