| #
0ff9d02e
|
| 17-Jun-2025 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2025-06-10/add-fortran-stubs-from-static-functions-in-includes' into 'main'
Automatically generate Fortran C stubs for static inline functions in include directory
See merge req
Merge branch 'barry/2025-06-10/add-fortran-stubs-from-static-functions-in-includes' into 'main'
Automatically generate Fortran C stubs for static inline functions in include directory
See merge request petsc/petsc!8469
show more ...
|
| #
1850900d
|
| 10-Jun-2025 |
Barry Smith <bsmith@mcs.anl.gov> |
add missing MANSEC from include files
|
| #
9dd11ecf
|
| 25-Aug-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2023-08-17/header-guard-check' into 'main'
Check header guards
See merge request petsc/petsc!6822
|
| #
a4963045
|
| 18-Aug-2023 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
Convert all header guards to pragma once
|
| #
061e922f
|
| 22-Sep-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'
Feature: Bicycle Storage Facility 2
See merge request petsc/petsc!5661
|
| #
d71ae5a4
|
| 21-Sep-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
source code format changes due to .clang-format changes
|
| #
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
|
| #
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
|
| #
30191f12
|
| 03-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'createwitharrays' into 'master'
VecCreate{Seq|MPI}{CUDA|ViennaCL}WithArrays
See merge request petsc/petsc!3127
|
| #
67d63736
|
| 02-Sep-2020 |
Kaushik Kulkarni <kaushikcfd@gmail.com> |
define VecCreate{Seq|MPI}ViennaCLWithArrays
|
| #
86666fec
|
| 14-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'complete_vecviennacl' into 'master'
Implement VecViennaCL{Place|Reset}Array, VecCreate{Seq|MPI}ViennaCLWithArray
See merge request petsc/petsc!3033
|
| #
a83f5ae2
|
| 13-Aug-2020 |
Kaushik Kulkarni <kaushikcfd@gmail.com> |
adds missing interfaces to VECVIENNACL
Added routines: - VecCreate{Seq|MPI}ViennaCLWithArray - VecViennaCL{Place|Reset}Array - VecBindToCPU_MPIViennaCL
Tests added: - ex57.cxx
ex57: requires PETSC
adds missing interfaces to VECVIENNACL
Added routines: - VecCreate{Seq|MPI}ViennaCLWithArray - VecViennaCL{Place|Reset}Array - VecBindToCPU_MPIViennaCL
Tests added: - ex57.cxx
ex57: requires PETSC_HAVE_VIENNACL_NO_CUDA for compile (and cxx)
show more ...
|
| #
1c575b32
|
| 07-Jul-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint'
|
| #
26bd1501
|
| 05-Jul-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove use of _ and __ in front of PETSc include guards. Reason: C99 Reserved Identifiers
Commit-type: portability-fix
|
| #
b2134635
|
| 27-May-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'barry/rm-readwrite' [PR #1710]
* barry/rm-readwrite: Remove the ReadWrite notation from Vec array access for GPU vectors to match usage on the CPU.
|
| #
f2d70e9d
|
| 25-May-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove the ReadWrite notation from Vec array access for GPU vectors to match usage on the CPU
Commit-type: style-fix
Development Tools: Vim, Emacs, Eclipse
|
| #
e923053f
|
| 15-Oct-2016 |
stefano_zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/feature-convert-matnest-matis' into stefano_zampini/feature-pcbddc-saddlepoint
I have to merge it here, since there's an API addition for MatIS in stefano_zampini/featu
Merge branch 'stefano_zampini/feature-convert-matnest-matis' into stefano_zampini/feature-pcbddc-saddlepoint
I have to merge it here, since there's an API addition for MatIS in stefano_zampini/feature-pcbddc-saddlepoint that prevents me to smoothly merge stefano_zampini/feature-convert-matnest-matis into next.
This will also facilitate merging stefano_zampini/feature-pcbddc-saddlepoint into master
Conflicts: src/docs/website/documentation/changes/dev.html
show more ...
|
| #
54761ea3
|
| 14-Aug-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/fix-successful-numerical-factorization-after-failure/master
The maint patch for the given problem cannot merge cleanly into next due to changes in the same code in m
Merge branch 'master' into barry/fix-successful-numerical-factorization-after-failure/master
The maint patch for the given problem cannot merge cleanly into next due to changes in the same code in master (the introduction of MatFactorGetError()) therefor need to merge in master and use the new construct before merging to next
show more ...
|
| #
162a9882
|
| 11-Aug-2016 |
Patrick Sanan <patrick.sanan@gmail.com> |
Merge branch 'master' into psanan/pc-telescope-nearnullspace
|
| #
c86c4108
|
| 30-Jul-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into mark/snes-ex56
* master: (93 commits) Web: Added a tutorial typo rename X -> U sowing: update to version that creates manpage URLs for 'enum' types/values Increa
Merge branch 'master' into mark/snes-ex56
* master: (93 commits) Web: Added a tutorial typo rename X -> U sowing: update to version that creates manpage URLs for 'enum' types/values Increase patchlevel to 3.7.3 move runex3_3 to NOTSINGLE [ partial backport 9ed0bd76d5c329eb91401ebabfbd851446214e20 ] DMPlex: local coordinate vector should be a sequential vector DM: Name coordinate vectors in subdomain and restrict hooks tests: disable a couple of TS examples from single precision tests reduce TS ex12_2 output fix PetscFormatRealArray() to cast PetscReal in print statement to double so works for __float128 precision Vec: enable Fortran interfaces for VecGetLocalVectorRead and VecRestoreLocalVectorRead Bib: Added refs PCShell: man page fixes update handling of latex in example code to use https fix typo in isltog comment test: Avoid conversion of object <-> function pointer type [-Wpedantic] fortran: enable interface for VecGetLocalVector(), VecRestoreLocalVector() update citation for cmz2016 PCBDDC: silent compilation warnings from nightlybuilds ...
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
show more ...
|
| #
530f2ba0
|
| 22-Jul-2016 |
Karl Rupp <rupp@iue.tuwien.ac.at> |
Merge branch 'karlrupp/feature-viennacl-hybrid'
Conflicts: src/mat/impls/aij/mpi/makefile
* karlrupp/feature-viennacl-hybrid: Added hybrid capabilities (CUDA, OpenCL, OpenMP) for ViennaCL bindi
Merge branch 'karlrupp/feature-viennacl-hybrid'
Conflicts: src/mat/impls/aij/mpi/makefile
* karlrupp/feature-viennacl-hybrid: Added hybrid capabilities (CUDA, OpenCL, OpenMP) for ViennaCL bindings. Depending on whether the user configures with CUDA, OpenCL, or OpenMP, the respective backends will be available in ViennaCL. Available options: - viennacl_view: Lists available and selected backends - viennacl_backed: One out of CUDA, OpenCL, OpenMP (if enabled in configure) - viennacl_opencl_device_type: cpu, gpu, accelerator (OpenCL device type selection)
show more ...
|
| #
0cd40bc2
|
| 24-May-2016 |
Karl Rupp <rupp@iue.tuwien.ac.at> |
ViennaCL: Added hybrid capabilities (CUDA, OpenCL, OpenMP)
Depending on whether the user configures with CUDA, OpenCL, or OpenMP, the respective backends will be available in ViennaCL. CUDA has prec
ViennaCL: Added hybrid capabilities (CUDA, OpenCL, OpenMP)
Depending on whether the user configures with CUDA, OpenCL, or OpenMP, the respective backends will be available in ViennaCL. CUDA has precedence over OpenCL, which has precedence over OpenMP. If none of the backends is selected, ViennaCL is built in sequential mode.
Remaining tasks to better leverage these hybrid capabilities: - Select backend at runtime (API + options) - Eliminate copy-overhead for OpenMP backend - Documentation, examples, and tests to demonstrate usage
show more ...
|