- 14 Apr, 2021 1 commit
-
-
Satish Balay authored
VecCUDA: fix a typo See merge request !3864
-
- 13 Apr, 2021 7 commits
-
-
Junchao Zhang authored
-
Satish Balay authored
DMStag: fix incorrect usage of PETSC_COMM_WORLD in errors See merge request !3844
-
Patrick Sanan authored
-
Satish Balay authored
Build some "classic" docs with Sphinx docs See merge request !3684
-
Satish Balay authored
Turn back on filtering of linker output instead of just dropping all output... See merge request !3855
-
Barry Smith authored
Add linking filter for multiple libgfortran Commit-type: error-checking, portability-fix /spend 25m
-
Satish Balay authored
Do not set higher bits in error codes since error codes should never be larger than 255 See merge request !3845
-
- 12 Apr, 2021 7 commits
-
-
Satish Balay authored
Add proper error return codes for cuSolver error checker. CHKERRCUSOLVER() See merge request !3827
-
Satish Balay authored
Fix some mispellings etc in install_documentation.rst and add dtails on ALCF GPU systems See merge request !3810
-
Satish Balay authored
fix build warning with !3851 - for some reason TaoGetGradientNorm is in include/petsc/private/taoimpl.h - so do not enable fortran interface /home/balay/petsc/src/tao/interface/ftn-auto/taosolverf.c: In function ‘taogradientnorm_’: /home/balay/petsc/src/tao/interface/ftn-auto/taosolverf.c:521:11: warning: implicit declaration of function ‘TaoGradientNorm’; did you mean ‘TaoGetGradientNorm’? [-Wimplicit-function-declaration] 521 | *__ierr = TaoGradientNorm( | ^~~~~~~~~~~~~~~ | TaoGetGradientNorm
-
Satish Balay authored
Documentation fixes See merge request !3851
-
Satish Balay authored
Minor fixes See merge request !3847
-
Pierre Jolivet authored
-
Barry Smith authored
Turn back on filtering of linker output instead of just dropping all output (which may be error messages) This is in response to !3703 (comment 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
-
- 11 Apr, 2021 1 commit
-
-
Pierre Jolivet authored
-
- 09 Apr, 2021 8 commits
-
-
Barry Smith authored
These higher bits were apparently causing the confusing error codes produced in the CI when GPU jobs ran out of resources. Do not trap SIGTERM with OpenMPI since OpenMPI uses it to shut down MPI jobs and this produces identical confusing messages to the user /spend 6h
-
Satish Balay authored
PetscStackCallHDF5: success if return code nonnegative (not only 0) See merge request !3842
-
Satish Balay authored
Plex: Fortran wrapper for DMPlexExtrude See merge request !3843
-
Satish Balay authored
Fix 'pip install' for systems that do not have 'python' in PATH See merge request !3841
-
Matthew Knepley authored
-
Vaclav Hapla authored
-
Jose E. Roman authored
-
Satish Balay authored
Fix compiler warning See merge request !3840
-
- 08 Apr, 2021 7 commits
-
-
Satish Balay authored
-
Barry Smith authored
balay@pj02:~/petsc$ make test gmakesearch='ts_tutorials-ex11_adv_2d_quad_%' FFLAGS='-Werror -std=f2008' CXXFLAGS=-Werror CFLAGS='-Werror' /usr/bin/make --no-print-directory -f gmakefile.test PETSC_ARCH=arch-linux-c-opt PETSC_DIR=/home/balay/petsc test Using MAKEFLAGS: --no-print-directory -- PETSC_DIR=/home/balay/petsc PETSC_ARCH=arch-linux-c-opt CFLAGS=-Werror CXXFLAGS=-Werror FFLAGS=-Werror -std=f2008 gmakesearch=ts_tutorials-ex11_adv_2d_quad_% CC arch-linux-c-opt/tests/ts/tutorials/ex11.o /home/balay/petsc/src/ts/tutorials/ex11.c: In function ‘PhysicsRiemann_Euler_Godunov’: /home/balay/petsc/src/ts/tutorials/ex11.c:2397:5: error: array subscript is below array bounds [-Werror=array-bounds] --nn; ^~~~ cc1: all warnings being treated as errors Fixed by removing the f2c generated shift in nn[] that made the compiler think nn[] might be accessed out of range Commit-type: portability-fix /spend 10m Reported-by:
Satish Balay <balay@mcs.anl.gov>
-
Satish Balay authored
fixed bug in ex1.c in tao constrained tutorials See merge request !3830
-
Satish Balay authored
Stop the configure process if the user provides incorrect compiler flags... See merge request !3818
-
Satish Balay authored
Minor improvements See merge request !3829
-
Rylee Sundermann authored
-
Jed Brown authored
-
- 07 Apr, 2021 9 commits
-
-
Barry Smith authored
-
Barry Smith authored
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>
-
Satish Balay authored
Configure: Fix ExodusII for the case of no Fortran See merge request !3825
-
Satish Balay authored
Declare MPIU_MAXINDEX_OP etc as PETSC_EXTERN See merge request !3831
-
Satish Balay authored
cygwin: disable --download-mpich - it does not work anymore. Also add similar... See merge request !3823
-
Satish Balay authored
fix 'make check' for kokkos-kernels See merge request !3820
-
Satish Balay authored
Co-Authored-by:
Junchao Zhang <jczhang@mcs.anl.gov>
-
Satish Balay authored
boost: fix build failure on macOS by updating to newer version - as old See merge request !3832
-
Satish Balay authored
bugfix for MatRestoreRow_xxx() See merge request !3826
-