| #
33a1b2de
|
| 07-Jan-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Introduce win_* scripts to replace use of win32fe xxx in configure code
win32fe functionality is still used inside of the win_* scripts
Commit-type: feature, configure
|
| #
3975fd5c
|
| 09-Nov-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/remove-fvisibility-hidden' into 'main'
Remove -fvisibility=hidden from Kokkos compiler options
See merge request petsc/petsc!5810
|
| #
55bc12c6
|
| 07-Nov-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
makefile: filter out -fvisibility=hidden from Kokkos compiler options
|
| #
d3f926d8
|
| 23-Oct-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-09-03/add-emcc' into 'main'
Get PETSc building and running with emcc
See merge request petsc/petsc!5588
|
| #
accbd18b
|
| 09-Oct-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix source code for emcc
Commit-type: portability /spend 1h
|
| #
7c6f9176
|
| 21-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-09-09/cleanup-matlab-configure' into 'main'
minor cleanup for matlab engine
See merge request petsc/petsc!5608
|
| #
e09b7dbf
|
| 09-Sep-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Don't run gmakegentest.py for many more PETSc make comamnds
The wait is painful and unneeded.
Commit-type: build, housekeeping /spend 2m
|
| #
d24c243c
|
| 11-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-deprecated-fgrep' into 'main'
test harness: fgrep is deprecated since 2007
See merge request petsc/petsc!5609
|
| #
ef0d7cd8
|
| 10-Sep-2022 |
Pierre Jolivet <pierre@joliv.et> |
test harness: fgrep is deprecated since 2007
|
| #
f1eebcfe
|
| 09-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/fix-cudacxx-flags' into 'main'
Fix CUDACXX_FLAGS
See merge request petsc/petsc!5590
|
| #
f09347e2
|
| 06-Sep-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
cuda: remove the non-standard and really unused CUFLAGS
|
| #
9f87d85b
|
| 01-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/revise-openmp-flags' into 'main'
Always add OpenMP flags to preprocessor and linker flags of compilers
See merge request petsc/petsc!5571
|
| #
76441fbe
|
| 31-Aug-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Makefile: we really should use CXX preprocessor flags for Cxx-like languages
Reported-by:Collins, Eric <emc@cavs.msstate.edu>
|
| #
8ff02f58
|
| 30-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-28/check-bad-file-change' into 'main'
Check if developer accidently changed a file they should not have changed
See merge request petsc/petsc!5563
|
| #
24c789cc
|
| 28-Aug-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Check if developer accidently changed a file they should not have changed
Of course, needs to be overrideable when changes are needed
Commit-type: error-checking
|
| #
58d68138
|
| 23-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-21/clang-format-source' into 'main'
format repository with clang-format
See merge request petsc/petsc!5541
|
| #
c45dcc3f
|
| 20-Jul-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Introduce clangformat formating make rule, recursively does a directory and all directories below
There are probably much better ways to write the make rules
Commit-type: style, housekeeping /spend
Introduce clangformat formating make rule, recursively does a directory and all directories below
There are probably much better ways to write the make rules
Commit-type: style, housekeeping /spend 20m
show more ...
|
| #
fc4dabdb
|
| 11-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/fix-kokkos-linker' into 'main'
Use CLINKER to link kokkos files
See merge request petsc/petsc!5403
|
| #
672b70e8
|
| 06-Jul-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Makefile: use CLINKER to link kokkos files
|
| #
540c0c32
|
| 02-Jun-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-05-24/add-petsccall-fortran-examples' into 'main'
Update all Fortran examples to modern error checking with PetscCallXXX() wrappers around PETSc/MPI function calls.
See mer
Merge branch 'barry/2022-05-24/add-petsccall-fortran-examples' into 'main'
Update all Fortran examples to modern error checking with PetscCallXXX() wrappers around PETSc/MPI function calls.
See merge request petsc/petsc!5271
show more ...
|
| #
933d2f54
|
| 29-May-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-05-03/test-harness-cudamemcheck-v2' into 'main'
Even More Robust CUDA-MEMCHECK Test Harness Insertion
See merge request petsc/petsc!5208
|
| #
636bfc99
|
| 03-May-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
insert the cuda-memcheck command right before the executable
|
| #
ab022284
|
| 24-May-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
making fortran stubs should not cause regeneration of test harness scripts
Commit-type: bug-fix /spend 1m
|
| #
2961357a
|
| 07-May-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
1cc4187f
|
| 07-May-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-05-06/fix-unneeded-gmakegentest' into 'release'
Do not run the time consuming gmakegentest.py when not needed
See merge request petsc/petsc!5231
|