Typos+nonexistent functions+"Not yet cataloged"
Merge branch 'jolivet/feature-update-packages' into 'master'Update some packagesSee merge request petsc/petsc!2513
Fix more typos and add missing examples
Update some packages* Move Eigen to GitLab* Guard ParMETIS MPI path by double quotes* Fix SCOTCH Git URL* Bump HPDDM version* Fix a -Wchar-subscripts warning
Merge remote-tracking branch 'origin/maint'
Fixed broken -log_view_memory and added a testCommit-type: bug-fix, testing-fix
Merge branch 'dalcinl/fix-null' into 'master'Sys: Replace 0 -> NULL for pointersSee merge request petsc/petsc!2482
Sys: Replace 0 -> NULL for pointers
Add support for users to pass in FFLAGS the option for promoting integers to 8 bytes.Tested for ifort and gfortranTested with MPICH and OpenMPI and MPI-UniSince 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 gfortranTested with MPICH and OpenMPI and MPI-UniSince MPI does not provide any mechanism for integer promotion the code very crudely adjusts thevalues in the mpif.h to mark them as 4 byte integers this is not neccessary portable for all MPI implementationsThis 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 callsPETSc Fortran examples were all fixed to explicitly use 4 byte integers for MPI calls.Commit-type: portability-fix, testing-fix, featureTime: 20 hoursReported-by: Dmitry Melnichuk <dmitry.melnichuk@geosteertech.com>
show more ...
Merge branch 'master' into 'stefanozampini/sfwin-reuse-win'# Conflicts:# config/BuildSystem/config/packages/MPI.py
Double CHKERRQ
PetscInitialize: added tentative error handler to print error strings from MPI
Merge branch 'barry/2019-12-10/fix-petscoptionsrangeint' into 'master'Fix calling sequences for PetscOptionsBoundInt() and PetscOptionsRangeInt(),...See merge request petsc/petsc!2376
fix bug with Fortran PetscInit
Fix calling sequences for PetscOptionsBoundInt() and PetscOptionsRangeInt(), fix synposis for all PetscOptionsXXX functionsCommit-type: documentationReported-by: Jacob Faibussowitsch <jfaibussowit
Fix calling sequences for PetscOptionsBoundInt() and PetscOptionsRangeInt(), fix synposis for all PetscOptionsXXX functionsCommit-type: documentationReported-by: Jacob Faibussowitsch <jfaibussowitsch@anl.gov>
PetscOptionsGetEList: print available choices
Add PetscOptionsDeprecateNoObjectthis is to deprecate options like thisPetscOptionsGetBool(NULL,NULL,"....)
Merge branch 'maint'
Fix visibility issues with CUDA- VecSet_SeqCUDA() called from densecuda.cu- PetscCUBLASInitializedHandle() should be declared PETSC_EXTERN
Flush viewer in PetscObjectViewFromOptions() before popping format
Multiple small fixes and improvements for HPDDM* New function PCHPDDMHasNeumannMat* Bumped HPDDM version (upstream bug with BAIJ coarse matrices)* Updated output files* --download-hpddm without
Multiple small fixes and improvements for HPDDM* New function PCHPDDMHasNeumannMat* Bumped HPDDM version (upstream bug with BAIJ coarse matrices)* Updated output files* --download-hpddm without --download-slepc
Links for manual pages for composing and querying PETSc objects with both objects and functions
Replace MPI_Abort with PETSCABORT
1...<<31323334353637383940>>...99