| #
85bbc810
|
| 13-Feb-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/ci-gmake-411' into 'release'
CI: use gnumake 4.4+ '--shuffle' option with test suite
See merge request petsc/petsc!8138
|
| #
4efe1d1d
|
| 06-Feb-2025 |
Satish Balay <balay@mcs.anl.gov> |
CI: use gnumake 4.4+ '--shuffle' option with test suite
Hoping this reduces clustering of '-n 16', or long running jobs (at the end), resulting in overall shorter "job" runtime.
|
| #
a4bb395b
|
| 09-Nov-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/lib-name-suffix' into 'main'
configure: add -with-library-name-suffix=<suffix> option
See merge request petsc/petsc!7989
|
| #
8143cb67
|
| 07-Nov-2024 |
Satish Balay <balay@mcs.anl.gov> |
configure: add -with-library-name-suffix=<suffix> option
|
| #
b1b7ed3d
|
| 19-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/make-check-hip' into 'main'
make check: update to run hip test
Closes #1650
See merge request petsc/petsc!7847
|
| #
3e0e9f3f
|
| 19-Sep-2024 |
Satish Balay <balay@mcs.anl.gov> |
make check: update to run hip test
|
| #
c0126d00
|
| 03-Jul-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-07-01/tags-to-arch-directory' into 'main'
Generated tags files also go into arch directory to allow switching between branches cleanly
See merge request petsc/petsc!7664
|
| #
5aabb7d1
|
| 01-Jul-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Generated tags files also go into arch directory to allow switching between branches cleanly
|
| #
1432289d
|
| 29-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release'
|
| #
33e11fc5
|
| 25-May-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-05-24/make-check-numthreads/release' into 'release'
Make check should set OMP_NUM_THREADS=1 to prevent problems on some systems
See merge request petsc/petsc!7571
|
| #
11ce0c78
|
| 24-May-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Make check should set OMP_NUM_THREADS=1 to prevent problems on some systems
Suggested-by: Alexander
|
| #
2627a174
|
| 27-Mar-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/hypre-mfem-single' into 'main'
hypre mfem single
See merge request petsc/petsc!7414
|
| #
73dcfd97
|
| 26-Mar-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
HYPRE and MFEM: support for single precision
Add HYPRE in single precision to the testsuite
|
| #
2d80936e
|
| 30-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-01-29/fix-make-check-external' into 'main'
Use values in petscconf.h not from make environment to decide what tests to run with make check.
Closes #1536
See merge request
Merge branch 'barry/2024-01-29/fix-make-check-external' into 'main'
Use values in petscconf.h not from make environment to decide what tests to run with make check.
Closes #1536
See merge request petsc/petsc!7244
show more ...
|
| #
eff735b1
|
| 30-Jan-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Use values in petscconf.h not from make environment to decide what tests to run with make check.
For example if HDF5_LIB is defined in the environment make check attempts to run the HDF5 test even i
Use values in petscconf.h not from make environment to decide what tests to run with make check.
For example if HDF5_LIB is defined in the environment make check attempts to run the HDF5 test even if PETSc not built with HDF5 leading to a confusing error message
Reported-by: Alain Miniussi Thanks-to: Pierre Jolivet
show more ...
|
| #
e98d5aa1
|
| 12-Jan-2024 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2024-01-03/docs-c2html' into 'main'
Remove recursive build of c2html files; no longer uses classic makefiles
See merge request petsc/petsc!7167
|
| #
ec83d434
|
| 04-Jan-2024 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove recursive build of c2html files; no longer uses classic makefiles
saves 50 seconds on Barry's laptop
|
| #
960d43a7
|
| 12-Nov-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-11-06/doc-manpage-gen-to-python' into 'main'
Convert make allmanualpages to Python
See merge request petsc/petsc!7005
|
| #
6a4d0534
|
| 08-Nov-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove no longer needed make rules for make allmanpages
Commit-type: housekeeping
|
| #
70c27709
|
| 08-Nov-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix formatting in some makefiles
|
| #
53673ba5
|
| 09-Nov-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-11-06/doc-cleanup-man-page-processing' into 'main'
Move doc/classic materials to doc/manualpages
See merge request petsc/petsc!7000
|
| #
46696af2
|
| 06-Nov-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Move doc/classic materials to doc/manualpages
Update scripts and makefiles to process them in the new locations
|
| #
360cdf6b
|
| 28-Oct-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-10-25/rename-rules-doc' into 'main'
Rename rules.doc and rules.utils because GitLab treats the former as a MS Word document.
See merge request petsc/petsc!6965
|
| #
cb5db241
|
| 25-Oct-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Rename rules.doc and rules.utils because GitLab treats the former as a MS Word document.
Thanks-to: Jed Brown
|
| #
97c047f8
|
| 25-Oct-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-10-18/rm-dirs-from-makefiles' into 'main'
Remove use of and the DIRS variables from the makefiles
See merge request petsc/petsc!6945
|