| 5f17f2c2 | 10-Apr-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Config: check MPI_Win_allocate etc MPI3 routines |
| fa80a915 | 14-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Fix build failure on theta triggered by 36c166f2bbb44c2987d8fb7385fbe9e2d1cfb0c8
Warning: -dynamic was already seen on command line, overriding with -shared.
/usr/lib64/gcc/x86_64-suse-linux/7/../.
Fix build failure on theta triggered by 36c166f2bbb44c2987d8fb7385fbe9e2d1cfb0c8
Warning: -dynamic was already seen on command line, overriding with -shared.
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: /opt/cray/pe/atp/3.8.1/lib/libAtpSigHandler.a(libAtpSigHandler_la-libAtpSigHandler.o): in function `(anonymous namespace)::get_frontend_a\ ddrinfo(char const*, char const*)': (.text+0xb2d): warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: alignment 8 of symbol `ARCHITECTURE' in main/user_params.o is smaller than 32 in /opt/cray/pe/pmi/5.0.16/lib64/libpmi.a(_pmi_top\ ology_discovery.o)
show more ...
|
| a9a6fa7f | 13-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
gcc-6.5.0 selectively gives warnings on -Wno-stringop-overflow - breaking configure
balay@compute-386-02:~/junk$ gcc -c -Wall -Wno-stringop-overflow foo.c balay@compute-386-02:~/junk$ gcc -c -Wall -
gcc-6.5.0 selectively gives warnings on -Wno-stringop-overflow - breaking configure
balay@compute-386-02:~/junk$ gcc -c -Wall -Wno-stringop-overflow foo.c balay@compute-386-02:~/junk$ gcc -c -Wall -Wno-stringop-overflow conftest.c conftest.c: In function 'main': conftest.c:5:11: warning: variable 'x' set but not used [-Wunused-but-set-variable] float x[2],y; ^ conftest.c: At top level: cc1: warning: unrecognized command line option '-Wno-stringop-overflow'
show more ...
|
| 6335e310 | 13-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
fix gcc-11 warnings for -Wstringop-overflow - however can't fix MPI calls - so also use -Wno-stringop-overflow |
| b146d1ac | 13-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
fix gcc-11 warnings for -Wmisleading-indentation - however we are using this format - so also use -Wno-misleading-indentation |
| c576eacb | 13-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 448c0728 | 10-Apr-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Add linker filter for Microsoft compilers that print various messages when linking Add linking filter for multiple libgfortran
Commit-type: error-checking, portability-fix /spend 25m |
| 36c166f2 | 10-Apr-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Turn back on filtering of linker output instead of just dropping all output (which may be error messages)
This is in response to https://gitlab.com/petsc/petsc/-/merge_requests/3703#note_548743488
Turn back on filtering of linker output instead of just dropping all output (which may be error messages)
This is in response to https://gitlab.com/petsc/petsc/-/merge_requests/3703#note_548743488
There is the possibility this is too fragile for all the compilers and compiler versions of user but it is the systematic way to handle linker output that may trigger error conditions but is really only a warning.
Commit-type: error-checking, configure, CI
Reported-by: Satish Balay <balay@mcs.anl.gov> /spend 2h
show more ...
|
| 232f0cd2 | 09-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 52c4f950 | 08-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
doc: fix strings to not use 'sorry' |
| 01b50eb2 | 07-Apr-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Turn off gcov for GPU languages; fix typos in configure code |
| a61f449a | 05-Apr-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Stop the configure process if the user provides incorrect compiler flags instead of silently ignoring them
Commit-type: error-checking, feature, configure /spend 45m Reported-by: Milan Pelletier <mi
Stop the configure process if the user provides incorrect compiler flags instead of silently ignoring them
Commit-type: error-checking, feature, configure /spend 45m Reported-by: Milan Pelletier <milan.pelletier@protonmail.com>
show more ...
|
| a3aaf7e4 | 07-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 6840fe90 | 07-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley-release-patch-64569' into 'release'
Configure: Fix ExodusII for the case of no Fortran
See merge request petsc/petsc!3825 |
| 8a7a1cd4 | 07-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/cygwin-download-mpich-check' into 'release'
cygwin: disable --download-mpich - it does not work anymore. Also add similar...
See merge request petsc/petsc!3823 |
| a35b69fa | 07-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-boost' into 'release'
boost: fix build failure on macOS by updating to newer version - as old
See merge request petsc/petsc!3832 |
| 447dade4 | 07-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-git-error-redirect' into 'release'
configure: errors with ancient Git + GitLab URL
See merge request petsc/petsc!3824 |
| 2d9f04cd | 07-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-04-04/auto-kokkos-arch/release' into 'release'
Automatically add the appropriate Kokkos CUDA arch when not supplied by user
See merge request petsc/petsc!3817 |
| dde5edb0 | 07-Apr-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Automatically add the appropriate Kokkos CUDA arch when not supplied by user |
| fc2fa13b | 06-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
boost: fix build failure on macOS by updating to newer version - as old version doesn't accept CFLAGS=-Wno-implicit-function-declaration
Also add eigen to osx builds
Reported-by: "Constantinescu, E
boost: fix build failure on macOS by updating to newer version - as old version doesn't accept CFLAGS=-Wno-implicit-function-declaration
Also add eigen to osx builds
Reported-by: "Constantinescu, Emil M." <emconsta@anl.gov>
show more ...
|
| 55627a40 | 06-Apr-2021 |
Matthew Knepley <knepley@gmail.com> |
Configure: Fix ExodusII for the case of no Fortran |
| 478b7b8c | 06-Apr-2021 |
Pierre Jolivet <pierre@joliv.et> |
configure: errors with ancient Git + GitLab URL
Closes #871 |
| f968a97e | 06-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| c89da3ca | 06-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
cygwin: disable --download-mpich - it does not work anymore. Also add similar check for --download-openmpi |
| 31864895 | 04-Apr-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Iterate back through CUDA generations until cuda.py finds one that works. |