| 89dec85d | 14-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
f90: use 'PetscEnum, parameter :: VAR = val' notation [and related changes] |
| 257f4e5a | 14-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
more f90 fixes: remove PETSC_USING_F90 usage |
| c96caacc | 11-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
rename all petsc .F sources to .F90
[this prevents issue like processing include files like mpif.h as f77 fixed source that can cause grief with -i8 build with mpich] |
| 099d8087 | 14-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |
| 554d21ae | 13-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
use #include instead of soft links from .cu to .c files - as links are causing grief with mingw
Reported-by: Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
| 46d85e8b | 08-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-typos' into 'master'
Fix typos in docs
See merge request petsc/petsc!2508 |
| 064ec1f3 | 08-Feb-2020 |
prj- <pierre.jolivet@enseeiht.fr> |
Fix typos in docs |
| 9f9916b3 | 08-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |
| aa2d33c1 | 07-Feb-2020 |
Matthew G. Knepley <knepley@gmail.com> |
Sys+Vec: Fix InsertMode enum values for Fortran Found-by: Martin Diehl <m.diehl@mpie.de> |
| 66af783f | 04-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
doc: fixes [and fix MatCoarsenViewFromOptions ftn interface that wasn't tested before] |
| b470e4b4 | 03-Feb-2020 |
Richard Tran Mills <rmills@rmills.org> |
Changed XXXPinToCPU() to XXXBindToCPU() to prevent confusion.
The reason for this change is that we already use the terminology "pinned" to refer to memory that is non-pageable, in the context of Pe
Changed XXXPinToCPU() to XXXBindToCPU() to prevent confusion.
The reason for this change is that we already use the terminology "pinned" to refer to memory that is non-pageable, in the context of PetscSF as well as allocating host memory when GPUs are being employed.
show more ...
|
| 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 ...
|
| 98a50a76 | 28-Jan-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |
| fdd15c9a | 27-Jan-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Fix typos in doc |
| af591a46 | 24-Jan-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |
| 1755e90b | 24-Jan-2020 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Init VEC_SCATTER_CLASSID in VecInitializePackage |
| 8062c7ef | 23-Jan-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/sfwin-reuse-win' into 'master'
Improve PETSCSFWINDOW
See merge request petsc/petsc!2336 |
| 99cd39f5 | 23-Jan-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/rk-access' into 'master'
Add Tableau getter for TSRK
See merge request petsc/petsc!2461 |
| b7d5181a | 20-Jan-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
Vec: add few sanity checks for locked states |
| cab5ea25 | 18-Jan-2020 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
General PETSc fixes
* make generatefortranstubs.py handle .cxx * bump HPDDM version + minor hypre cleaning |
| 476b88b1 | 10-Jan-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |
| 851d6770 | 09-Jan-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Fix 'may be used uninitialized' compiler warnings |
| 60a4e99f | 09-Jan-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'master' into 'stefanozampini/sfwin-reuse-win'
# Conflicts: # config/BuildSystem/config/packages/MPI.py |
| 8372926a | 06-Jan-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |
| c3b366b1 | 06-Jan-2020 |
prj- <pierre.jolivet@enseeiht.fr> |
Double CHKERRQ |