| #
605fe76d
|
| 31-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/add-proper-datatypes-for-composite-reductions' into 'main'
MPI: define proper datatypes for composite reductions
See merge request petsc/petsc!4046
|
| #
092991ac
|
| 31-May-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
MPI: define proper datatypes for composite reductions
this was a long-standing bug, dating back to 1996 or so
|
| #
18928559
|
| 06-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'bourdin/petscinitiailize-help-fortran' into 'main'
fortran: enable help message by adding PetscInitialize(filename,help,ierr)
Closes #833
See merge request petsc/petsc!3649
|
| #
5906a408
|
| 06-May-2021 |
Blaise Bourdin <bourdin@lsu.edu> |
fortran: enable help message by adding PetscInitialize(filename,help,ierr)
|
| #
fdce6efa
|
| 19-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
851c86b6
|
| 19-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-opensuse' into 'release'
Fix portability issues with OpenSUSE
See merge request petsc/petsc!3886
|
| #
96dd8680
|
| 17-Apr-2021 |
Pierre Jolivet <pierre@joliv.et> |
Fix portability issues with OpenSUSE
|
| #
1cd963cc
|
| 07-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-mswin-C_DOUBLE_COMPLEX-check' into 'main'
MSWIN: set HAVE_MPI_C_DOUBLE_COMPLEX on successful compile, and always compile PetscSum_Local() etc MPI utilities
See merge request
Merge branch 'balay/fix-mswin-C_DOUBLE_COMPLEX-check' into 'main'
MSWIN: set HAVE_MPI_C_DOUBLE_COMPLEX on successful compile, and always compile PetscSum_Local() etc MPI utilities
See merge request petsc/petsc!3672
show more ...
|
| #
de272c7a
|
| 05-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
remove PETSC_HAVE_MPI_C_DOUBLE_COMPLEX
|
| #
7a19d461
|
| 04-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
PETSC_HAVE_COMPLEX: set flag only if CLANGUAGE (i.e library build language) supports complex, and cleanup logic wrt c/c++, library/user code. Also cleanup dependent code (wrt PETSC_HAVE_COMPLEX usage
PETSC_HAVE_COMPLEX: set flag only if CLANGUAGE (i.e library build language) supports complex, and cleanup logic wrt c/c++, library/user code. Also cleanup dependent code (wrt PETSC_HAVE_COMPLEX usage).
show more ...
|
| #
bdea225a
|
| 30-Dec-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-10-08/fix-mpi-error-codes' into 'master'
Convert MPI error type to PETSc error with string message for all MPI calls
See merge request petsc/petsc!3326
|
| #
ffc4695b
|
| 08-Oct-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Convert MPI error type to PETSc error with string message for all MPI calls
Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-pro
Convert MPI error type to PETSc error with string message for all MPI calls
Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-process their errors better.
The test harness will now automatically retry tests that fail with MPI, this may help with Intel MPI that produces seemingly random failures.
Commit-type: error-checking /spend 30m
show more ...
|
| #
16924cb1
|
| 26-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'
Turn on checkbadSource test to generate an error when found; fix all source code that causes errors
See merge request petsc/petsc
Merge branch 'barry/2020-08-16/fix-source-formatting' into 'master'
Turn on checkbadSource test to generate an error when found; fix all source code that causes errors
See merge request petsc/petsc!3064
show more ...
|
| #
2da392cc
|
| 17-Aug-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Turn on checkbadSource test to generate an error when found; fix all source code that causes errors
Commit-type: portability-fix, testing-fix, style-fix, feature, maintainability /spend 1.5h
|
| #
525b9d82
|
| 14-Apr-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint'
|
| #
84bf41f4
|
| 14-Apr-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-typos' into 'maint'
Typos
See merge request petsc/petsc!2711
|
| #
2d4ee042
|
| 14-Apr-2020 |
prj- <pierre.jolivet@enseeiht.fr> |
Typos
|
| #
0724f08a
|
| 28-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/improve-help-output' into 'master'
improve -help output
See merge request petsc/petsc!2540
|
| #
56071f75
|
| 19-Feb-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Improve -help output.
* remove redundant separators * separators more clearly separate sections * improve help for -log_exclude * separate PetscOptionsGetViewer() help section * get rid of PetscOpti
Improve -help output.
* remove redundant separators * separators more clearly separate sections * improve help for -log_exclude * separate PetscOptionsGetViewer() help section * get rid of PetscOptionsCheckInitial_Components()
show more ...
|
| #
dbd8dcf0
|
| 24-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/change-build-twosided-default' into 'master'
Set the default algorithm of -build_twosided based on comm size
See merge request petsc/petsc!2611
|
| #
33779a13
|
| 24-Mar-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Variable/function renaming for easy reading
|
| #
f507b629
|
| 21-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/remove-stdcall' into 'master'
Remove usage of PETSC_HAVE_FORTRAN_STDCALL, PETSC_BLASLAPACK_STDCALL,...
See merge request petsc/petsc!2546
|
| #
19caf8f3
|
| 21-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Remove usage of PETSC_HAVE_FORTRAN_STDCALL, PETSC_BLASLAPACK_STDCALL, HAVE_FORTRAN_MIXED_STR_ARG flags - as Compaq f90 compiler is no longer supported
|
| #
01ba921c
|
| 16-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
19f30963
|
| 13-Dec-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'mark/sys-ftn-bugfix' into 'maint'
fix bug with Fortran PetscInit
See merge request petsc/petsc!2353
|