build: add more support for not needing to set PETSC_DIR yet build with PETSc, also support for GNU make to directly use "make test" instead of "make -f gmakefile.test"Still needs -include ../petsc
build: add more support for not needing to set PETSC_DIR yet build with PETSc, also support for GNU make to directly use "make test" instead of "make -f gmakefile.test"Still needs -include ../petscdir.mk in many of the makefilesStill needs the link for ../petscdir.mk in many directoriesGNUMakefile: call legacy makefile recursively instead of including itGNUMakefile: promote default "all" target; "libs" builds libpetsc*GNUMakefile: If gnumake < 4.2 prefer makefile wrapper interface over direct gmakefile interface to avoid the following warningsgmakefile.test:92: arch-ci-linux-cxx-cmplx-pkgs-64idx/tests/testfiles: No such file or directorygmakefile:67: arch-ci-linux-cxx-cmplx-pkgs-64idx/lib/petsc/conf/files: No such file or directoryCommit-type: testing-fix, feature, usabilityThanks-to: Jed Brown jed@jedbrown.org
show more ...
doc: fix LOCDIR wrt broken URL from MatHYPRESetPreallocation.htmlReported-by: Fande Kong <fdkong.jd@gmail.com>Tested with:make ACTION=sourcelist BASE_DIR=$PWD alltree_makefilels `cat files` > /
doc: fix LOCDIR wrt broken URL from MatHYPRESetPreallocation.htmlReported-by: Fande Kong <fdkong.jd@gmail.com>Tested with:make ACTION=sourcelist BASE_DIR=$PWD alltree_makefilels `cat files` > /dev/null
DMFieldGetFEInvariance() -> DMFieldGetDegree()A more general purpose function that accomplishes the same thing
DMField: implement shell
DMField: take PetscDataType out of DMWorkArray()
DMField: implementations
12