| /petsc/config/BuildSystem/config/ |
| H A D | setCompilers.py | 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 342 def isGcc110plus(compiler, log): argument [all …]
|
| H A D | framework.py | 450 def filterPreprocessOutput(self,output, log = None): argument
|
| /petsc/config/BuildSystem/ |
| H A D | script.py | 53 def __init__(self, clArgs = None, argDB = None, log = None): argument 160 def runShellCommand(command, log=None, cwd=None, env=None): argument 164 def runShellCommandSeq(commandseq, log=None, cwd=None, env=None): argument 209 …def executeShellCommand(command, checkCommand = None, timeout = 600.0, log = None, lineLimit = 0, … argument 216 …def executeShellCommandSeq(commandseq, checkCommand = None, timeout = 600.0, log = None, lineLimit… argument 223 def logOutput(log, output, logOutputflg): argument 236 def runInShell(commandseq, log, cwd, env): argument
|
| H A D | logger.py | 103 …def __init__(self, clArgs = None, argDB = None, log = None, out = defaultOut, debugLevel = None, d… argument
|
| /petsc/src/benchmarks/ |
| H A D | benchmarkExample.py | 55 def runShellCommand(command, cwd = None, log = True): argument 76 def build(self, log = True): argument 98 def run(self, numProcs = 1, log = True, **opts): argument 448 def run_DMDA(ex, name, opts, args, sizes, times, events, log=True, execute=True): argument 456 def run_DMPlex(ex, name, opts, args, sizes, times, events, log=True, execute=True): argument 526 log = not args.daemon variable
|
| /petsc/config/ |
| H A D | gmakegen.py | 52 def __init__(self, log): argument
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | gcov.py | 49 def log(self, *args, **kwargs): member in Logger
|
| /petsc/include/petsc/private/ |
| H A D | vecimpl.h | 75 PetscErrorCode (*log)(Vec); member
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Vec.pyx | 2283 def log(self) -> None: member in Vec
|