| #
0fe358ee
|
| 14-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
9a677c34
|
| 14-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-05-11/fix-doc-directory-walker/release' into 'release'
Add ftn-custom to the documentation generation directory walker since some...
See merge request petsc/petsc!6455
|
| #
26f5167b
|
| 11-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'sjg/gmakegen-fix' into 'main'
gmakegen.py: Fix for /build in pkg_dir when pkg_dir != petsc_dir
See merge request petsc/petsc!6434
|
| #
4bfab837
|
| 08-May-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix gmakegen.py for /build in pkg_dir when pkg_dir != petsc_dir
|
| #
183d35a2
|
| 11-May-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Ensure documentation generation directory walker visits ftn-custom directories that have documentation
Commit-type: documentation Reported-by: Pierre Jolivet
|
| #
cc9328f5
|
| 28-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/fix-gmakegen-pathsplit' into 'main'
gmakegen: fix for /build in PETSC_DIR
See merge request petsc/petsc!6247
|
| #
51de3720
|
| 27-Mar-2023 |
Jed Brown <jed@jedbrown.org> |
gmakegen: fix for /build in PETSC_DIR
When PETSC_DIR contains /build, all files will intersect with SKIPDIRS. This commit cuts off pathsplit's recursion to stop at PETSC_DIR so its behavior becomes
gmakegen: fix for /build in PETSC_DIR
When PETSC_DIR contains /build, all files will intersect with SKIPDIRS. This commit cuts off pathsplit's recursion to stop at PETSC_DIR so its behavior becomes agnostic to parent path components.
show more ...
|
| #
6a84ff42
|
| 17-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-03-14/rm-sourceh-from-makefiles' into 'main'
Remove unneeded SOURCE* from makefiles
See merge request petsc/petsc!6186
|
| #
b75c6efc
|
| 17-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixes to skip the compiling of mex scripts into the PETSc library
|
| #
5a7ab478
|
| 14-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove checking of source lists in the makefiles when computing what source code needs to be compiled
Instead trust the file system to provide the files that need compiling
Commit-type: housekeeping
|
| #
7d7a1305
|
| 18-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/disable-python2' into 'main'
Balay/disable python2
See merge request petsc/petsc!5131
|
| #
df3bd252
|
| 15-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
disable python2 support - now python3.4+ is required - update CI tests to use python3 - continue to use python2 on MacOS CI [due to python3 issues on 10.15.7]
|
| #
eee95468
|
| 09-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/makefile-dirs' into 'main'
makefile: add missing DIRS (squash gmakegen.py --verbose warnings)
See merge request petsc/petsc!4677
|
| #
b892d579
|
| 22-Jan-2022 |
Jed Brown <jed@jedbrown.org> |
gmakegen: recognize ftn-auto-interfaces
These don't contain source files that need to be compiled, but this saves mismatch warnings with gmakegen.py --verbose.
|
| #
9039b796
|
| 24-Dec-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/feature-kokkos-sycl' into 'main'
Add Kokkos SYCL support
See merge request petsc/petsc!4562
|
| #
50dcbc5a
|
| 17-Nov-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Config: revise SYCL support
|
| #
15b4374c
|
| 02-Nov-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-09-24/add-raja-support' into 'main'
Add --download-raja support
See merge request petsc/petsc!4503
|
| #
9277d43c
|
| 02-Nov-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release'
|
| #
c8589c92
|
| 02-Nov-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/rel-fixes' into 'release'
Balay/rel fixes
See merge request petsc/petsc!4511
|
| #
cca3327a
|
| 01-Nov-2021 |
Jed Brown <jed@jedbrown.org> |
fix format in sync with a943032d06034b67c49b2235722801ba3fa9ba80
|
| #
d23021a0
|
| 25-Sep-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Add --download-raja support
Add some code from RAJA source for checking that PETSc is correctly linking to raja with and without CUDA
Commit-type: feature \spend 3h
|
| #
743e0046
|
| 29-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
ec952a8a
|
| 27-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-10-23/improve-gmakegen-error-message/release' into 'release'
Make the error message for gmakegen.py clearer and easier to find and read
See merge request petsc/petsc!4493
|
| #
a943032d
|
| 27-Oct-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Make the error message for gmakegen.py clearer and easier to find and read
Commit-type: error-handling \spend 7m
|
| #
420b78f2
|
| 09-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/rm-distutils' into 'main'
config: remove distutils from build
See merge request petsc/petsc!4253
|