| #
613ce9fe
|
| 17-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
bb90421c
|
| 17-Dec-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-12-11/doc-clarify-64-bit-indices-blas/release' into 'release'
Clarify when 64 bit BLAS/LAPACK integers are used.
See merge request petsc/petsc!7105
|
| #
73ac38ff
|
| 11-Dec-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Clarify when 64 bit BLAS/LAPACK integers are used.
Reported-by: Gerard Henry <gerard.henry@fresnel.fr>
|
| #
0fe358ee
|
| 14-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
c8ba991b
|
| 14-May-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-05-09/update-manual-additional-information/release' into 'release'
Update some discussions in the users manual
See merge request petsc/petsc!6442
|
| #
7de69702
|
| 10-May-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
Update some discussions in the users manual
Also fix 32bit, 64bit, 32 bit, 64 bit throughout and blas and blas/lapack
|
| #
a275d695
|
| 27-Jun-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-06-19/improve-configure-logs' into 'main'
Remove some confusing and unneeded noise output in configure.log
See merge request petsc/petsc!5352
|
| #
7b65ca21
|
| 19-Jun-2022 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove some confusing and unneeded noise output in configure.log
add missing doc for many configure methods so that configure.log has clear explanation for more tests it runs
Commit-type: configure
Remove some confusing and unneeded noise output in configure.log
add missing doc for many configure methods so that configure.log has clear explanation for more tests it runs
Commit-type: configure, usability /spend 2h
show more ...
|
| #
fb9312d2
|
| 25-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-04-20/ultimate-logprintbox' into 'main'
Fixup logPrintBox()
See merge request petsc/petsc!5150
|
| #
ce040abe
|
| 20-Apr-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Fix logPrintBox() not printing newlines
|
| #
dc712ac5
|
| 20-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/housekeeping-buildsystem' into 'main'
configure: further improve logPrintBox() + cleanup
See merge request petsc/petsc!5132
|
| #
d1b3ee28
|
| 17-Apr-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
configure: further improve logPrintBox()
- add logPrintWarning() - make logPrintBox() add newlines after each printed line - make logPrintBox() properly handle truncated paths
|
| #
7d7a1305
|
| 18-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/disable-python2' into 'main'
Balay/disable python2
See merge request petsc/petsc!5131
|
| #
faa06574
|
| 17-Apr-2022 |
Satish Balay <balay@mcs.anl.gov> |
remove '#!' from non-stand-alone python sources
|
| #
bd3449b7
|
| 26-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
7bf75ab8
|
| 25-Jun-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/configure-int-size' into 'maint'
configure: avoid decimal part when printing integer size
See merge request petsc/petsc!2908
|
| #
7e4baeb0
|
| 24-Jun-2020 |
Jose E. Roman <jroman@dsic.upv.es> |
configure: avoid decimal part when printing integer size
Print Integer size: 4 bytes instead of Integer size: 4.0 bytes
|
| #
63e22f46
|
| 30-Jan-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-01-15/support-default-integer-8' into 'master'
Add support for users to pass in FFLAGS the option for promoting integers to 8 bytes.
See merge request petsc/petsc!2456
|
| #
e951c290
|
| 19-Jan-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Add support for users to pass in FFLAGS the option for promoting integers to 8 bytes.
Tested for ifort and gfortran
Tested with MPICH and OpenMPI and MPI-Uni
Since MPI does not provide any mechani
Add support for users to pass in FFLAGS the option for promoting integers to 8 bytes.
Tested for ifort and gfortran
Tested with MPICH and OpenMPI and MPI-Uni
Since MPI does not provide any mechanism for integer promotion the code very crudely adjusts the values in the mpif.h to mark them as 4 byte integers this is not neccessary portable for all MPI implementations
This is an extremely fragile option that we should probably not be supporting.
Users must insure their Fortran codes passes only 4 byte integers to MPI calls
PETSc Fortran examples were all fixed to explicitly use 4 byte integers for MPI calls.
Commit-type: portability-fix, testing-fix, feature Time: 20 hours Reported-by: Dmitry Melnichuk <dmitry.melnichuk@geosteertech.com>
show more ...
|
| #
530c27d8
|
| 19-Sep-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/2019-08-22/fix-fblaslapack-for-nag' into 'master'
Barry/2019 08 22/fix fblaslapack for nag
See merge request petsc/petsc!2004
|
| #
a9acdec7
|
| 22-Aug-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Many fixes to get PETSc and --download-fblaslapack working with nagfor compiler
Works with --download-fblaslapack, --download-scalapack, --download-mpich (does not work with --download-mumps)
Uses
Many fixes to get PETSc and --download-fblaslapack working with nagfor compiler
Works with --download-fblaslapack, --download-scalapack, --download-mpich (does not work with --download-mumps)
Uses lib/petsc/bin/petscnagfor as wrapper compiler since nagfor cannot work natively with the PETSc/standard Unix build environment
Required fixes/modernizations for BLAS/LAPACK source code (updated in the branch used by this branch, need to make it a tag when done)
Found a couple of portability issues with PETSc mpif.h
When package build fails they will no longer dump all the (huge amount) build output to the screeen
Commit-type: portability-fix
show more ...
|
| #
83c10b7e
|
| 04-Dec-2018 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Merged petsc/petsc into master
|
| #
a5a49157
|
| 25-Oct-2018 |
Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local> |
Merge branch 'master' into jpusztay/feature-swarm-symplectic-example
|
| #
e901d7f7
|
| 25-Oct-2018 |
Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local> |
Merge branch 'master' into jpustay/feature-swarm-example
|
| #
baeaa64e
|
| 25-Oct-2018 |
Joseph Pusztay <josephpu@buffalo.edu> |
Merged petsc/petsc into master
|