Home
last modified time | relevance | path

Searched refs:clean (Results 1 – 25 of 32) sorted by relevance

12

/petsc/src/binding/petsc4py/demo/legacy/poisson2d/
H A Dmakefile10 test: run clean
16 .PHONY:clean
17 clean: target
/petsc/src/binding/petsc4py/demo/legacy/binary-io/
H A Dmakefile10 test: run clean
16 .PHONY:clean
17 clean: target
/petsc/src/binding/petsc4py/demo/legacy/kspsolve/
H A Dmakefile10 test: run clean
25 .PHONY:clean
26 clean: target
/petsc/src/binding/petsc4py/demo/legacy/bratu3d/
H A Dmakefile10 test: run clean
23 .PHONY:clean
24 clean: target
/petsc/src/binding/petsc4py/demo/legacy/perftest/
H A Dmakefile10 test: run clean
33 .PHONY:clean
34 clean: target
/petsc/src/binding/petsc4py/demo/legacy/bratu2d/
H A Dmakefile16 test: run clean
35 .PHONY:clean
36 clean: target
/petsc/src/binding/petsc4py/demo/legacy/wrap-f2py/
H A Dmakefile10 test: run clean
30 .PHONY:clean
31 clean:: target
/petsc/src/binding/petsc4py/demo/legacy/poisson3d/
H A Dmakefile15 test: run clean
38 .PHONY:clean
39 clean: target
/petsc/src/binding/petsc4py/demo/legacy/wrap-cython/
H A Dmakefile10 test: run clean
27 .PHONY:clean
28 clean:: target
/petsc/src/binding/petsc4py/demo/legacy/wrap-swig/
H A Dmakefile10 test: run clean
27 .PHONY:clean
28 clean:: target
/petsc/
H A Dmakefile144 +@cd src/snes/tutorials >/dev/null; ${RUN_TEST} clean-legacy
176 ${RUN_TEST} clean-legacy;\
182 ${RUN_TEST} clean-legacy;\
184 ${RUN_TEST} clean-legacy;\
190 ${RUN_TEST} clean-legacy;\
192 ${RUN_TEST} clean-legacy;\
196 ${RUN_TEST} clean-legacy;\
198 ${RUN_TEST} clean-legacy;\
202 ${RUN_TEST} clean-legacy;\
204 ${RUN_TEST} clean-legacy;\
[all …]
H A Dgmakefile70 # Skip including generated files (which triggers rebuilding them) when we're just going to clean an…
71clean distclean check info gmakeinfo checkbadSource checkbadFileChange deletefortranbindings fortr…
269 .PHONY: clean all print clang-tidy
271 clean:
H A Dgmakefile.test107clean distclean check info gmakeinfo libs all install install-lib checkbadSource checkbadFileChang…
301 .PHONY: test pre-clean
309 pre-clean:
359 .PHONY: clean cleantest all
364 clean: cleantest
424 # Ensure that libpetsc (if it is a prerequisite) has been built and clean the counts/logs before st…
425 starttime: pre-clean $(libpetscall) macos-firewall-register-mpiexec
473 -@echo " clean - delete libraries and Fortran module files (used in $PETSC_DIR)"
/petsc/config/BuildSystem/docs/
H A Dmakefile17 clean: target
20 .PHONY: view clean
/petsc/src/dm/impls/plex/tests/
H A Dex35.c65 PetscLogDouble before, after, est = 0, clean, max; in main() local
84 PetscCall(PetscMallocGetCurrentUsage(&clean)); in main()
87 …after destroy %" PetscInt_FMT "\n", (PetscInt)before, (PetscInt)(max - after), (PetscInt)clean)); in main()
/petsc/src/binding/petsc4py/
H A Dmakefile32 .PHONY: clean distclean fullclean
33 clean: srcclean target
34 ${PYTHON} setup.py clean --all
35 distclean: clean
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DMakefile14 clean: target
/petsc/lib/petsc/bin/maint/
H A Dcheck-each-commit.sh7 git clean -f -d -x -q
H A Dbuilddist57 git clean -q -f -d -x
114 git clean -q -f -d -x config doc
/petsc/doc/
H A Dmakefile28 clean: target
/petsc/doc/changes/
H A D36.md32 - Add toplevel makefile targets *clean* and *distclean*. Target
33 *clean* deletes PETSc libraries built by makefile target *all*.
35 and \[*make all*\]. Target *clean* in example directories continues
/petsc/doc/install/
H A Dmultibuild.md93 `--with-clean`. This will **permanently delete all build files, including installed
94 packages** under `$PETSC_DIR/$PETSC_ARCH` (effectively a "clean slate") before
99 $ ./configure --many-args --with-clean
/petsc/lib/petsc/conf/
H A Drules14 clean-legacy:
37 clean:: clean-legacy
267 -@echo "make clean - delete any object files and executables in the current directory"
/petsc/doc/developers/contributing/
H A Ddevelopingmr.md136 ## Maintain a clean commit history
144 The order of changes may be incorrect. Branches without a clean commit history will often break `gi…
156 It is better to clean up your commits regularly than to wait until you have a large number of them.
/petsc/src/benchmarks/
H A Dssget249 -c clean files extracted from archive

12