| /petsc/config/BuildSystem/config/ |
| H A D | base.py | 488 if self.cleanup: 529 def outputCompile(self, includes = '', body = '', cleanup = 1, codeBegin = None, codeEnd = None): argument 538 cleanup = cleanup and self.framework.doCleanup 547 if cleanup: 552 …def checkCompile(self, includes = '', body = '', cleanup = 1, codeBegin = None, codeEnd = None, fl… argument 554 (output, error, returnCode) = self.outputCompile(includes, body, cleanup, codeBegin, codeEnd) 586 …def outputLink(self, includes, body, cleanup = 1, codeBegin = None, codeEnd = None, shared = 0, li… argument 589 …(out, err, ret) = self.outputCompile(includes, body, cleanup = 0, codeBegin = codeBegin, codeEnd =… 597 cleanup = cleanup and self.framework.doCleanup 621 if cleanup: [all …]
|
| H A D | python.py | 33 …def checkPythonLink(self, includes, body, cleanup = 1, codeBegin = None, codeEnd = None, shared = … argument 40 if self.checkLink(includes, body, cleanup, codeBegin, codeEnd, shared):
|
| H A D | compilersFortran.py | 295 if not self.checkCompile(cinc+ccode, None, cleanup = 0): 363 if not self.checkCompile(modcode, None, cleanup = 0): 437 if not self.checkCompile(modcode, None, cleanup = 0):
|
| H A D | framework.py | 281 def cleanup(self): member in Framework 1137 def addBatchCleanup(self, cleanup): argument 1139 if not isinstance(cleanup, list): 1140 cleanup = [cleanup] 1141 self.batchCleanup.extend(cleanup) 1184 …if not self.checkLink('\n'.join(self.batchIncludes)+'\n', '\n'.join(body), cleanup = 0, codeBegin … 1475 self.cleanup()
|
| H A D | setCompilers.py | 1212 …def checkCompiler(self, language, linkLanguage=None,includes = '', body = '', cleanup = 1, codeBeg… argument 1216 …if not self.checkCompile(includes=includes,body=body,cleanup=cleanup,codeBegin=codeBegin,codeEnd=c… 2063 …kLink(includes = includeLine, body = None, codeBegin = '', codeEnd = '', cleanup = 1, shared = 1, … 2209 …if not self.checkCompile('', 'int foo(int a) {\n return a+1;\n}\n\n', cleanup = 0, codeBegin = ''… 2365 …ink(includes = _picTestIncludes(dllexport), codeBegin = '', codeEnd = '', cleanup = 0, shared = 1): 2565 …hod+'(void) {printf("test");return 0;}\n', codeBegin = '', codeEnd = '', cleanup = 0, shared = 'dy… 2728 …(includes = 'char *'+symbol+'(void);\n',body = 'return '+symbol+'();\n', cleanup = 0, codeBegin = … 2732 …(includes = 'char *'+symbol+'(void);\n',body = 'return '+symbol+'();\n', cleanup = 0, codeBegin = …
|
| H A D | libraries.py | 451 …if not checkLink(includes, body, cleanup = 0, codeBegin = codeBegin, codeEnd = codeEnd, shared = 1… 475 …if not checkLink(includes, body, cleanup = 0, codeBegin = codeBegin, codeEnd = codeEnd, shared = 1…
|
| H A D | compilers.py | 142 if not self.checkCompile(func1, None, cleanup = 0): 759 if not self.checkCompile(cfunc, None, cleanup = 0): 1324 if not self.checkCompile(cinc+cxxCode, None, cleanup = 0):
|
| H A D | package.py | 975 …def checkPackageLink(self, includes, body, cleanup = 1, codeBegin = None, codeEnd = None, shared =… argument 985 result = self.checkLink(includes, body, cleanup, codeBegin, codeEnd, shared)
|
| /petsc/config/ |
| H A D | petsc_harness.sh | 70 cleanup=false 81 c ) cleanup=true ;; 293 if $cleanup; then
|
| /petsc/config/BuildSystem/ |
| H A D | args.py | 80 def cleanup(self): member in ArgumentProcessor
|
| H A D | script.py | 122 def cleanup(self): member in Script
|
| /petsc/src/mat/tests/ |
| H A D | ex183.c | 170 if (rep == 1) goto cleanup; in main() 201 cleanup: in main()
|
| /petsc/src/vec/is/utils/hdf5/ |
| H A D | hdf5io.c | 276 goto cleanup; in PetscViewerHDF5Load_Internal() 288 cleanup: in PetscViewerHDF5Load_Internal()
|
| /petsc/config/PETSc/ |
| H A D | petsc.py | 259 …def checkPETScLink(self, includes, body, cleanup = 1, codeBegin = None, codeEnd = None, shared = N… argument 268 if self.checkLink(includes, body, cleanup, codeBegin, codeEnd, shared):
|
| /petsc/doc/changes/ |
| H A D | 318.md | 124 …ntersect()`, `PetscGarbageCleanup()` and `PetscGarbageView()` for memory cleanup operations in man…
|
| /petsc/doc/developers/ |
| H A D | buildsystem.md | 286 recursively on all the child modules. The `cleanup()` method performs
|
| /petsc/doc/install/ |
| H A D | install.md | 500 $ brew cleanup
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 1115 goto cleanup; in DMPlexInsertBoundaryValuesRiemann() 1122 cleanup: in DMPlexInsertBoundaryValuesRiemann()
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 6556 (narrow-gaps/search-mark/cleanup-cell-marks? #f) 7557 (parallel/si-cleanup-fraction-ratiog 1.2) 7558 (parallel/si-cleanup-fraction-local 1.) 7559 (parallel/si-cleanup-fraction 0.3) 7560 (parallel/si-cleanup-interval 1000)
|