| #
0160b665
|
| 30-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-03-28/revert-make-clean-libs-tests' into 'main'
Revert bugs I introduced that prevented make clean and make libs from working...
See merge request petsc/petsc!6251
|
| #
93583aef
|
| 29-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Revert bugs I introduced so that make clean and make libs work as previously in tutorial directories
Commit-type: make, bug Reported-by: Junchao Zhang <junchao.zhang@gmail.com>
|
| #
705a3f05
|
| 29-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'tisaac/fix-gmake-silent-check' into 'main'
Limit check for --silent to the first word of MAKEFLAGS
See merge request petsc/petsc!6252
|
| #
ef93a428
|
| 28-Mar-2023 |
Toby Isaac <toby.isaac@gmail.com> |
Limit check for --silent to the first word of MAKEFLAGS
According to https://www.gnu.org/software/make/manual/html_node/Testing-Flags.html this looks like the way to format this test
|
| #
c3ddc57f
|
| 27-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/make-install-omit-tests' into 'main'
makefile: no need to call gmakegentest.py in make install
See merge request petsc/petsc!6238
|
| #
2869a97a
|
| 27-Mar-2023 |
Jose E. Roman <jroman@dsic.upv.es> |
makefile: no need to call gmakegentest.py in make install
|
| #
e6bb321c
|
| 26-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-03-17/rm-unneeded-test-from-makefiles' into 'main'
simplify/cleanup makefile system
See merge request petsc/petsc!6201
|
| #
ed5129f1
|
| 20-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
more makefile cleanup
* Remove some dead rules from lib/petsc/conf/rules * Shift a few more things to more appropriate locations * Add more comments
Commit-type: make, housekeeping
|
| #
4c512586
|
| 19-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
More cleanup and documentation of the main makefiles
Commit-type: documentation, housekeeping
|
| #
4d67ab21
|
| 21-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-03-16/fix-nutshell' into 'main'
More cleanup/revising of the website: including nutshell, developers docs and others
See merge request petsc/petsc!6195
|
| #
fff3f5fa
|
| 17-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
More cleanup/revising of the website: including nutshell, developers docs and others
Commit-type:documentation
|
| #
67674bf8
|
| 14-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-unused-parameter-warning' into 'main'
Fix unused-parameter warning
See merge request petsc/petsc!6185
|
| #
e0e9d284
|
| 14-Mar-2023 |
Pierre Jolivet <pierre@joliv.et> |
Remove unneeded space from PETSC_COMPILE.hip.cpp
|
| #
de364511
|
| 14-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
CI: add make 'CUDAFLAGS=--compiler-options -Wall,-Wunused-parameter,-Wno-deprecated-declarations,-Werror' to arch-ci-linux-cuda-double-64idx
|
| #
24a551e6
|
| 19-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-02-17/add-more-make-help' into 'main'
Add make help for doc directory and add help for building website to toplevel make help
See merge request petsc/petsc!6086
|
| #
3d39d68a
|
| 18-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/fix-petsc4pytest' into 'main'
Fix petsc4pytest make rule
See merge request petsc/petsc!6089
|
| #
ea34bbbb
|
| 18-Feb-2023 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix petsc4pytest make rule
|
| #
b047e4b5
|
| 17-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-09-12/fix-mat-preallocation' into 'main'
try to build efficient hash table allocation directly into Mat
See merge request petsc/petsc!5621
|
| #
86a7890d
|
| 17-Feb-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Add make help for doc directory and add help for building website to toplevel make help
Commit-type: usability /spend 10m
|
| #
f18e6559
|
| 14-Feb-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Add missing make help message for petsc4pytest
Commit-type: testing, documentation /spend 5m
|
| #
bf0e3ef8
|
| 09-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-02-07/fix-make-help' into 'main'
Fix make help for the root directory in PETSc and example directories
See merge request petsc/petsc!6031
|
| #
40a841f6
|
| 09-Feb-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix make help for the root directory in PETSc and example directories
It is embarrassing we never had this right (or even half-right)
Commit-type: documentation /spend 45m
|
| #
995ec06f
|
| 03-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/nvhpc-and-clang-cuda' into 'main'
Clang support for CUDA
See merge request petsc/petsc!6015
|
| #
8a4d847a
|
| 30-Jan-2023 |
Stefano Zampini <stefano.zampini@gmail.com> |
Configure: support clang for cuda
|
| #
f5fa743f
|
| 25-Jan-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-01-06/rework-win32fe' into 'main'
Use compiler wrappers win_cl, win_icl, win_ifort, win_lib instead of win32fe directly to simplify Windows compiler usage and have it work f
Merge branch 'barry/2023-01-06/rework-win32fe' into 'main'
Use compiler wrappers win_cl, win_icl, win_ifort, win_lib instead of win32fe directly to simplify Windows compiler usage and have it work for CMake packages
See merge request petsc/petsc!5961
show more ...
|