Searched refs:defaultArg (Results 1 – 5 of 5) sorted by relevance
| /petsc/config/BuildSystem/config/ |
| H A D | preTests.py | 92 for name, defaultArg in options.items(): 94 if defaultArg: 95 sys.argv.append('%s=%s' % name, str(defaultArg))
|
| H A D | libraries.py | 411 …ies = [], initArgs = '&argc, &argv', boolType = 'int', noCheckArg = 0, defaultArg = '', executor =… argument 538 …isShared = self.checkRun(defaultIncludes, body, defaultArg = defaultArg, executor = executor, time… 555 …def checkExportedSymbols(self, flags, checkLink = None, libraries = [], defaultArg = '', executor … argument 607 …exports = self.checkRun(defaultIncludes, body, defaultArg = defaultArg, executor = executor, timeo…
|
| H A D | base.py | 691 …def checkRun(self, includes = '', body = '', cleanup = 1, defaultArg = '', executor = None, linkLa… argument 693 …(output, returnCode) = self.outputRun(includes, body, cleanup, defaultArg, executor,linkLanguage=l…
|
| H A D | compilersFortran.py | 328 found = self.checkRun(None, fcode, defaultArg = 'f90-2ptr-arg')
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | MPI.py | 182 …'MPI_Finalize',checkLink = self.checkPackageLink,libraries = self.lib, defaultArg = 'known-mpi-sha…
|