Searched defs:compiler (Results 1 – 5 of 5) sorted by relevance
| /petsc/config/BuildSystem/config/ |
| H A D | compilerOptions.py | 11 def getCFlags(self, compiler, bopt, language): argument 127 def getCxxFlags(self, compiler, bopt, language): argument 243 def getFortranFlags(self, compiler, bopt): argument 322 def getCompilerFlags(self, language, compiler, bopt): argument 339 def getCompilerVersion(self, language, compiler): argument
|
| H A D | setCompilers.py | 99 def _setupCompiler(self,compiler,desc): argument 210 def isNAG(compiler, log): argument 223 def isMINGW(compiler, log): argument 235 def isGNU(compiler, log): argument 265 def isClang(compiler, log): argument 279 def isHIP(compiler, log): argument 291 def isOneAPI(compiler, log): argument 304 def isSYCL(compiler, log): argument 318 def isNVCC(compiler, log): argument 330 def isNVC(compiler, log): argument [all …]
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | abicheck.py | 19 def isGNU(compiler): argument
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | confpetsc.py | 246 def configure(self, extension, compiler=None): argument 337 def configure_compiler(self, compiler): argument
|
| /petsc/config/BuildSystem/ |
| H A D | script.py | 431 def setCompilerObject(self, language, compiler): argument
|