| /petsc/src/binding/petsc4py/demo/legacy/poisson2d/ |
| H A D | makefile | 10 test: run clean 16 .PHONY:clean 17 clean: target
|
| /petsc/src/binding/petsc4py/demo/legacy/binary-io/ |
| H A D | makefile | 10 test: run clean 16 .PHONY:clean 17 clean: target
|
| /petsc/src/binding/petsc4py/demo/legacy/kspsolve/ |
| H A D | makefile | 10 test: run clean 25 .PHONY:clean 26 clean: target
|
| /petsc/src/binding/petsc4py/demo/legacy/bratu3d/ |
| H A D | makefile | 10 test: run clean 23 .PHONY:clean 24 clean: target
|
| /petsc/src/binding/petsc4py/demo/legacy/perftest/ |
| H A D | makefile | 10 test: run clean 33 .PHONY:clean 34 clean: target
|
| /petsc/src/binding/petsc4py/demo/legacy/bratu2d/ |
| H A D | makefile | 16 test: run clean 35 .PHONY:clean 36 clean: target
|
| /petsc/src/binding/petsc4py/demo/legacy/wrap-f2py/ |
| H A D | makefile | 10 test: run clean 30 .PHONY:clean 31 clean:: target
|
| /petsc/src/binding/petsc4py/demo/legacy/poisson3d/ |
| H A D | makefile | 15 test: run clean 38 .PHONY:clean 39 clean: target
|
| /petsc/src/binding/petsc4py/demo/legacy/wrap-cython/ |
| H A D | makefile | 10 test: run clean 27 .PHONY:clean 28 clean:: target
|
| /petsc/src/binding/petsc4py/demo/legacy/wrap-swig/ |
| H A D | makefile | 10 test: run clean 27 .PHONY:clean 28 clean:: target
|
| /petsc/ |
| H A D | makefile | 144 +@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 D | gmakefile | 70 # Skip including generated files (which triggers rebuilding them) when we're just going to clean an… 71 …clean distclean check info gmakeinfo checkbadSource checkbadFileChange deletefortranbindings fortr… 269 .PHONY: clean all print clang-tidy 271 clean:
|
| H A D | gmakefile.test | 107 …clean 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 D | makefile | 17 clean: target 20 .PHONY: view clean
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex35.c | 65 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 D | makefile | 32 .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 D | Makefile | 14 clean: target
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | check-each-commit.sh | 7 git clean -f -d -x -q
|
| H A D | builddist | 57 git clean -q -f -d -x 114 git clean -q -f -d -x config doc
|
| /petsc/doc/ |
| H A D | makefile | 28 clean: target
|
| /petsc/doc/changes/ |
| H A D | 36.md | 32 - 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 D | multibuild.md | 93 `--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 D | rules | 14 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 D | developingmr.md | 136 ## 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 D | ssget | 249 -c clean files extracted from archive
|