| 96929ab5 | 22-Jul-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Handle : in output from linker
The apple linker can produce out output like the following. Therefor filter out blank lines and lines with a single :
Linker output before filtering: ld: warning: ld:
Handle : in output from linker
The apple linker can produce out output like the following. Therefor filter out blank lines and lines with a single :
Linker output before filtering: ld: warning: ld: warning: object file (/var/folders/kz/5f59q5_52974cxjk0_7wkmlm0000gn/T/petsc-f21wvg8p/config.compilers/conftest.o) was built for newer macOS version (11.0) than being linked (10.15)object file (/var/folders/kz/5f59q5_52974cxjk0_7wkmlm0000gn/T/petsc-f21wvg8p/config.compilers/confc.o) was built for newer macOS version (11.0) than being linked (10.15)
ld: warning: dylib (/Users/wingate/firedrake/src/petsc/default/lib/libnetcdf.dylib) was built for newer macOS version (11.0) than being linked (10.15) ld: warning: dylib (/Users/wingate/firedrake/src/petsc/default/lib/libpnetcdf.dylib) was built for newer macOS version (11.0) than being linked (10.15) ld: warning: dylib (/Users/wingate/firedrake/src/petsc/default/lib/libmpi.dylib) was built for newer macOS version (11.0) than being linked (10.15) ld: warning: dylib (/Users/wingate/firedrake/src/petsc/default/lib/libpmpi.dylib) was built for newer macOS version (11.0) than being linked (10.15) ld: warning: dylib (/opt/homebrew/Cellar/gcc/11.3.0_2/lib/gcc/11/libgfortran.dylib) was built for newer macOS version (11.0) than being linked (10.15) ld: warning: dylib (/opt/homebrew/Cellar/gcc/11.3.0_2/lib/gcc/11/libquadmath.dylib) was built for newer macOS version (11.0) than being linked (10.15) ld: warning: dylib (/Users/wingate/firedrake/src/petsc/default/lib/libhdf5_hl.dylib) was built for newer macOS version (11.0) than being linked (10.15) ld: warning: dylib (/Users/wingate/firedrake/src/petsc/default/lib/libhdf5.dylib) was built for newer macOS version (11.0) than being linked (10.15) : Linker output after filtering:
:
Commit-type: portability-fix, configure Reported-by: Beth Wingate
show more ...
|
| 12615522 | 22-Jul-2022 |
Pierre Jolivet <pierre@joliv.et> |
configure: MUMPS 5.5.1 |
| c07fc37f | 21-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jed/plex-cgns' into 'main'
DMPlex: add support for writing CGNS files in parallel
See merge request petsc/petsc!5449 |
| 5f34f2dc | 20-Jul-2022 |
Jed Brown <jed@jedbrown.org> |
DMPlex: add support for writing CGNS files in parallel
Also --download-cgns. This supports most kinds of quadratic and cubic elements, plus some quartic (not supported in Paraview-5.10.1). Parallel
DMPlex: add support for writing CGNS files in parallel
Also --download-cgns. This supports most kinds of quadratic and cubic elements, plus some quartic (not supported in Paraview-5.10.1). Parallel IO uses collective contiguous writes.
show more ...
|
| 7985c6a3 | 21-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 53bc7efe | 20-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'Fande-Kong/fix-m1-opt-fbaslapack' into 'release'
configure: fblaslapack (opt) build errors on Mac M1
See merge request petsc/petsc!5447 |
| a234bdcb | 20-Jul-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix reuse of Error building that should be Error installing in various packages xxx.py file
Commit-type: housekeeping /spend 10m |
| 660278c0 | 26-Jun-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Add PETSc CI mode to allow better handling of errors and system dependent output when running in test harness
-petsc_ci - automatically set for all runs in test harness
-petsc_ci_portable_error_out
Add PETSc CI mode to allow better handling of errors and system dependent output when running in test harness
-petsc_ci - automatically set for all runs in test harness
-petsc_ci_portable_error_output - ensures all error messages (when possible are system and compiler information), should be only used in tests that are explicitly testing the error handling
This allows proper comparisons of runs on different machines and when errors are intentionally triggered to test error handling
Commit-type: error-checking, testing-fix /spend 5h
show more ...
|
| ef1023bd | 25-Jun-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix handling of PetscStack for callback functions and external package calls (and update slepc in sync)
Information was often wrong; incorrect filenames and line numbers removed
Also unified naming
Fix handling of PetscStack for callback functions and external package calls (and update slepc in sync)
Information was often wrong; incorrect filenames and line numbers removed
Also unified naming for callback function stack frames
Commit-type: error-checking, debugability /spend 2h
show more ...
|
| 2043e702 | 05-Jul-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Cause Microsoft Windows compiler to generate only a single copy of static strings, needed by PETSc use of __func__
Many hours debugging with print statements to understand an issue
Commit-type: err
Cause Microsoft Windows compiler to generate only a single copy of static strings, needed by PETSc use of __func__
Many hours debugging with print statements to understand an issue
Commit-type: error-checking, bug-fix, portability-fix, testing-fix /spend 4h
show more ...
|
| 65d185e7 | 20-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-07-10/add-zig-support' into 'main'
Add zig example to PETSc
See merge request petsc/petsc!5423 |
| 477e44bb | 19-Jul-2022 |
Fande Kong <fdkong.jd@gmail.com> |
configure: fblaslapack (opt) build errors on Mac M1
Reproducible with: ./configure --with-mpi=0 --download-fblaslapack --with-debugging=no
Linker output after filtering: ld: warning: could not crea
configure: fblaslapack (opt) build errors on Mac M1
Reproducible with: ./configure --with-mpi=0 --download-fblaslapack --with-debugging=no
Linker output after filtering: ld: warning: could not create compact unwind for _dgeev_: registers 27 and 28 not saved contiguously in frame ld: warning: could not create compact unwind for _dgebak_: registers 25 and 26 not saved contiguously in frame
show more ...
|
| 946067a9 | 19-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 4722a4c5 | 18-Jul-2022 |
Mark Adams <ma2325@columbia.edu> |
fix args to hypre conf with 64 bit its |
| da404a83 | 11-Jul-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove linker warnings from configure that zig cc generates
Commit-type: portability /spend 5m |
| b02a8feb | 15-Jul-2022 |
Pierre Jolivet <pierre@joliv.et> |
configure: SuperLU_DIST 8.1.0 |
| 64f35adb | 11-Jul-2022 |
Junchao Zhang <jczhang@mcs.anl.gov> |
sycl: fix a typo in a message |
| 9505eb2a | 09-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-04-14/fix-rebalance' into 'main'
Major repairs for DMPlexRebalanceSharedVertices()
See merge request petsc/petsc!5234 |
| 560327c3 | 09-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-07-07/tweak-configure-error' into 'main'
have BuildSystem base.py LogError always print exit code from program even when zero
See merge request petsc/petsc!5408 |
| 7349f010 | 08-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 47da2a4e | 08-Jul-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hongzh/release/update-cams' into 'release'
Update gitcommit for CAMS
See merge request petsc/petsc!5396 |
| 6a09307c | 15-Apr-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Add support for efficient MatSetValues() for MPIAdj matrix (without numerical values)
Uses the same code as used in MATPreallocator
Commit-type: feature, optimization /spend 6h |
| 0b538a11 | 07-Jul-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Filter out ar warning that currently stops configure
According to Bing the warning comes from outdated tools but should be fatel
Commit-type: portability-fix /spend 10m Reported-by: TAY wee-beng <z
Filter out ar warning that currently stops configure
According to Bing the warning comes from outdated tools but should be fatel
Commit-type: portability-fix /spend 10m Reported-by: TAY wee-beng <zonexo@gmail.com>
show more ...
|
| 3397ad92 | 07-Jul-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
have BuildSystem base.py LogError always print exit code from program even when zero
Makes reading configure.log easier
Commit-type: debugability /spend 2m |
| 4ea08f9a | 07-Jul-2022 |
Pierre Jolivet <pierre@joliv.et> |
configure: hwloc 2.8.0 |