Home
last modified time | relevance | path

Searched refs:cleanup (Results 1 – 19 of 19) sorted by relevance

/petsc/config/BuildSystem/config/
H A Dbase.py488 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 Dpython.py33 …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 DcompilersFortran.py295 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 Dframework.py281 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 DsetCompilers.py1212 …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 Dlibraries.py451 …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 Dcompilers.py142 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 Dpackage.py975 …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 Dpetsc_harness.sh70 cleanup=false
81 c ) cleanup=true ;;
293 if $cleanup; then
/petsc/config/BuildSystem/
H A Dargs.py80 def cleanup(self): member in ArgumentProcessor
H A Dscript.py122 def cleanup(self): member in Script
/petsc/src/mat/tests/
H A Dex183.c170 if (rep == 1) goto cleanup; in main()
201 cleanup: in main()
/petsc/src/vec/is/utils/hdf5/
H A Dhdf5io.c276 goto cleanup; in PetscViewerHDF5Load_Internal()
288 cleanup: in PetscViewerHDF5Load_Internal()
/petsc/config/PETSc/
H A Dpetsc.py259 …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 D318.md124 …ntersect()`, `PetscGarbageCleanup()` and `PetscGarbageView()` for memory cleanup operations in man…
/petsc/doc/developers/
H A Dbuildsystem.md286 recursively on all the child modules. The `cleanup()` method performs
/petsc/doc/install/
H A Dinstall.md500 $ brew cleanup
/petsc/src/dm/impls/plex/
H A Dplexfem.c1115 goto cleanup; in DMPlexInsertBoundaryValuesRiemann()
1122 cleanup: in DMPlexInsertBoundaryValuesRiemann()
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas6556 (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)