| #
29249f32
|
| 27-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/fix-warning-intcast' into 'main'
Fix compiler warnings in PetscCuBLASIntCast() and friends
See merge request petsc/petsc!4362
|
| #
e9e21dff
|
| 25-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix compiler warnings in PetscCuBLASIntCast() and friends
warning: ‘lda’ may be used uninitialized in this function [-Wmaybe-uninitialized] when 'lda' has been set with PetscCuBLASIntCast()
All rel
Fix compiler warnings in PetscCuBLASIntCast() and friends
warning: ‘lda’ may be used uninitialized in this function [-Wmaybe-uninitialized] when 'lda' has been set with PetscCuBLASIntCast()
All related PetscXXXIntCast() functions are implemented in the same way.
Extends the fix 73f49a0b6ecc0eedec9fdd22ea602fcc716c19ca
show more ...
|
| #
da3a281e
|
| 23-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jczhang/print-out-big-int' into 'main'
Sys: print out the big integer when casting failed to help debugging
See merge request petsc/petsc!4327
|
| #
4674ae0a
|
| 18-Sep-2021 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Sys: print out the big integer when casting failed to help debugging
|
| #
d5ed94bb
|
| 14-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jose/fix-manpages'
Fix manpages to avoid errors reported by doctext
See merge request petsc/petsc!4309
|
| #
bb0e558e
|
| 14-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/nec' into 'main'
Initial support for NEC-SX Aurora Tsubasa
See merge request petsc/petsc!3987
|
| #
cd88fca5
|
| 13-May-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
NECBUG: PETSCSYS: Hack for NECMPI
|
| #
5c993f7f
|
| 12-May-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscPragmaSIMD: support NEC
|
| #
d8d19677
|
| 12-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix manpages: Input/Output Parameter --> Parameters
|
| #
984ba02c
|
| 27-Aug-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2021-05-18/petscdevice-context' into 'main'
Feature: PetscDeviceContext
See merge request petsc/petsc!3994
|
| #
030f984a
|
| 18-May-2021 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Added PetscDevice to manage interaction and configuration of available devices.
Added PetscDeviceContext class to manage stream interactions for CUDA and HIP device backends. The new class is design
Added PetscDevice to manage interaction and configuration of available devices.
Added PetscDeviceContext class to manage stream interactions for CUDA and HIP device backends. The new class is designed to facilitate a fork-join parallelization model for asynchronous compute.
show more ...
|
| #
f59157ec
|
| 17-Aug-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
eb9bd38d
|
| 17-Aug-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hotfix/broken-links' into 'release'
docs: Fix broken links
See merge request petsc/petsc!4228
|
| #
a17b96a8
|
| 17-Aug-2021 |
Kyle Gerard Felker <kylefelk@gmail.com> |
docs: Fix broken links
|
| #
4715b3ca
|
| 21-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/balay/add-valgrind.h'
valgrind.h: add to petsc repo
See merge request petsc/petsc!4094
|
| #
6edef35e
|
| 14-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
valgrind.h: add to petsc at include/private/valgrind
|
| #
a8cf78f8
|
| 24-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-05-16/fix-double-lines' into 'main'
Fix typos in source
See merge request petsc/petsc!3984
|
| #
4e278199
|
| 16-May-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove all double blank lines from source
Commit-type: petsc-style /2h
|
| #
1380365d
|
| 22-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-05-18/poison-petsc-petsc-have' into 'main'
Use the #pragma poison to immedately detect when the code accidently has...
See merge request petsc/petsc!4000
|
| #
1c77a0c5
|
| 22-May-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Use the #pragma poison to immedately detect when the code accidently has PetscDefined(PETSC_xxx) while compiling
Need to use a seperate file because Fortran also includes petscconf.h and does not ha
Use the #pragma poison to immedately detect when the code accidently has PetscDefined(PETSC_xxx) while compiling
Need to use a seperate file because Fortran also includes petscconf.h and does not handle #if defined() properly
Test that the pragma works so it is only used if the C/C++ compiler does not complain about it.
Commit-type: error-checking /spend 10m Thanks-to: Jacob Faibussowitsch <jacob.fai@gmail.com>
show more ...
|
| #
15e7bcca
|
| 20-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/feature-dm-aux-data-keys' into 'main'
Plex: Updates to declarative interface for FEM problems
See merge request petsc/petsc!3972
|
| #
258ec3d2
|
| 16-Apr-2021 |
Matthew G. Knepley <knepley@gmail.com> |
Sys: Update DLAddr() to do C++ demangling - Now the string returned must be freed
|
| #
a38504b8
|
| 12-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'tisaac/feature-qr-factorization-cuda' into 'main'
QR factorization: cusolver dense
See merge request petsc/petsc!3690
|
| #
eee0c0a6
|
| 08-Apr-2021 |
Toby Isaac <tisaac@cc.gatech.edu> |
Create PetscCuBLASInt
|
| #
ff2d5408
|
| 21-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|