| #
6524c165
|
| 21-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Transform all header-guards into ifndefs to make clang-format ignore them for preprocessor indentation
|
| #
58d68138
|
| 23-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2022-08-21/clang-format-source' into 'main'
format repository with clang-format
See merge request petsc/petsc!5541
|
| #
9371c9d4
|
| 22-Aug-2022 |
Satish Balay <balay@mcs.anl.gov> |
clang-format: convert PETSc sources to comply with clang-format
|
| #
f882803c
|
| 26-Mar-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-02-23/variadic-chkerr' into 'main'
Variadic CHKERRQ()
See merge request petsc/petsc!4889
|
| #
9566063d
|
| 25-Mar-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
The great renaming:
- CHKERRQ() -> PetscCall() - CHKERRV() -> PetscCallVoid() - CHKERRMPI() -> PetscCallMPI() - CHKERRABORT() -> PetscCallAbort() - CHKERRCONTINUE() -> PetscCallContinue() - CHKERRXX
The great renaming:
- CHKERRQ() -> PetscCall() - CHKERRV() -> PetscCallVoid() - CHKERRMPI() -> PetscCallMPI() - CHKERRABORT() -> PetscCallAbort() - CHKERRCONTINUE() -> PetscCallContinue() - CHKERRXX() -> PetscCallThrow() - CHKERRCXX() -> PetscCallCXX() - CHKERRCUDA() -> PetscCallCUDA() - CHKERRCUBLAS() -> PetscCallCUBLAS() - CHKERRCUSPARSE() -> PetscCallCUSPARSE() - CHKERRCUSOLVER() -> PetscCallCUSOLVER() - CHKERRCUFFT() -> PetscCallCUFFT() - CHKERRCURAND() -> PetscCallCURAND() - CHKERRHIP() -> PetscCallHIP() - CHKERRHIPBLAS() -> PetscCallHIPBLAS() - CHKERRHIPSOLVER() -> PetscCallHIPSOLVER() - CHKERRQ_CEED() -> PetscCallCEED() - CHKERR_FORTRAN_VOID_FUNCTION() -> PetscCallFortranVoidFunction() - CHKERRMKL() -> PetscCallMKL() - CHKERRMMG() -> PetscCallMMG() - CHKERRMMG_NONSTANDARD() -> PetscCallMMG_NONSTANDARD() - CHKERRCGNS() -> PetscCallCGNS() - CHKERRPTSCOTCH() -> PetscCallPTSCOTCH() - CHKERRSTR() -> PetscCallSTR() - CHKERRTC() -> PetscCallTC()
show more ...
|
| #
5f80ce2a
|
| 24-Feb-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
chkerr and friends wrapped
|
| #
1241a243
|
| 13-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-01-05/c99' into 'main'
Feature: C99 and C++11
See merge request petsc/petsc!4700
|
| #
9fbee547
|
| 03-Feb-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
deprecate PETSC_STATIC_INLINE
|
| #
c1bf08c5
|
| 06-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/spelling-errors' into 'main'
Fix many spelling errors in manpages and comments
See merge request petsc/petsc!4283
|
| #
a5b23f4a
|
| 03-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix spelling errors in manpages and comments
|
| #
68a68e0c
|
| 12-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-02-12/add-baij-12' into 'main'
Barry/2021 02 12/add baij 12
See merge request petsc/petsc!3643
|
| #
6679dcc1
|
| 13-Feb-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Add new mat/tests example for testing performance of BAIJ for different block sizes
Add support for options database controln of which version of MatMult_SeqBAIJ is used
Add support for block size
Add new mat/tests example for testing performance of BAIJ for different block sizes
Add support for options database controln of which version of MatMult_SeqBAIJ is used
Add support for block size 12 include AVX (no faster)
Fixes for MatMult_SeqBAIJ_12_AVX2()- Code, was cut and paste and not properly fixed, so completely wrong before
Clean up test example for MatMult BAIJ blocksize 12
Commit-type: optimization /spend 5.5h Reported-by: Asiri Obeysekara <gitlab@mg.gitlab.com>
show more ...
|
| #
95b99692
|
| 16-Feb-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
4bcab187
|
| 04-Feb-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'knepley/fix-baij-kernel9' into 'release'
MatBAIJ: FIx specialization for size 9
See merge request petsc/petsc!3611
|
| #
7320d4ed
|
| 03-Feb-2021 |
Jonathan Lambrechts <jonathan.lambrechts@uclouvain.be> |
MatBAIJ: FIx specialization for size 9
|
| #
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
|
| #
9e31fb84
|
| 16-Mar-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dalcinl/binary-io' into 'master'
Binary IO Enhancements
See merge request petsc/petsc!2594
|
| #
b51a4376
|
| 12-Mar-2020 |
Lisandro Dalcin <dalcinl@gmail.com> |
MATBAIJ: Add support for MPI-IO binary viewers
|
| #
13e56cb6
|
| 29-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
3dcc47f1
|
| 29-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-cuda-pgi/maint' into 'maint'
cuda: fix build error with pgc++
See merge request petsc/petsc!2561
|
| #
f4f4c0e7
|
| 26-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
cuda: fix build error with pgc++
CUDAC corigpu-pgi1910-mvapich2.232-master-real/obj/mat/impls/aij/seq/seqcusparse/aijcusparse.o /global/common/cori_cle7/software/pgi/19.10/linux86-64-llvm/19.
cuda: fix build error with pgc++
CUDAC corigpu-pgi1910-mvapich2.232-master-real/obj/mat/impls/aij/seq/seqcusparse/aijcusparse.o /global/common/cori_cle7/software/pgi/19.10/linux86-64-llvm/19.10/include/edg/xmmintrin.h(2514): internal error: assertion failed at: "/dvs/p4/build/sw/rel/gpu_drv/r440/TC\ 440_70/drivers/compiler/edg/EDG_5.0/src/sys_predef.c", line 574
Reported-by: Jin Chen <jchen@pppl.gov>
show more ...
|
| #
cb667353
|
| 04-Aug-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Missing needed <immintrin.h> file
Commit-type: bug-fix, portability-fix Reported-by: Lisandro Dalcin <dalcinl@gmail.com>
|
| #
b7b72d5c
|
| 27-Jul-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'barry/2019-07-19/PetscKernel-macros-to-functions' [PR #1894]
* barry/2019-07-19/PetscKernel-macros-to-functions: Replace macros with inline static functions for BAIJ operations
|
| #
57770305
|
| 26-Jul-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove stray charactor > from source file
Commit-type: bug-fix Reported-by: nightly tests
|