| #
d9de9665
|
| 08-Feb-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
add petscmacros.h to include makefile
|
| #
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 ...
|
| #
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
|
| #
cc9eb279
|
| 19-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/landau-makefile-fix' into 'main'
move petsclandau.h listing from include/makefile to src/ts/utils/dmplexlandau/makefile
See merge request petsc/petsc!3997
|
| #
cb41d36b
|
| 19-May-2021 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
move petsclandau.h listing from include/makefile to src/ts/utils/dmplexlandau/makefile
|
| #
53d71bcd
|
| 26-Aug-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/feature-dmplex-snes-landau-kokkos-barry-rebased' into 'master'
Adams/feature dmplex snes landau kokkos barry rebased
See merge request petsc/petsc!3050
|
| #
e0eea495
|
| 26-Aug-2020 |
Mark <cal2princeton@yahoo.com> |
Add a Landau collision operator, based on DMPlex and PetscFE, that uses p4est. It uses the new Kokkos interface and has a separate Cuda implementation. This could be deployed as 3rd party library, bu
Add a Landau collision operator, based on DMPlex and PetscFE, that uses p4est. It uses the new Kokkos interface and has a separate Cuda implementation. This could be deployed as 3rd party library, but this is easier to deploy to ECP, among other apps.
show more ...
|
| #
f507b629
|
| 21-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/remove-stdcall' into 'master'
Remove usage of PETSC_HAVE_FORTRAN_STDCALL, PETSC_BLASLAPACK_STDCALL,...
See merge request petsc/petsc!2546
|
| #
19caf8f3
|
| 21-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Remove usage of PETSC_HAVE_FORTRAN_STDCALL, PETSC_BLASLAPACK_STDCALL, HAVE_FORTRAN_MIXED_STR_ARG flags - as Compaq f90 compiler is no longer supported
|
| #
3dc8cc2a
|
| 19-Apr-2019 |
Hannah Morgan <hannah.mairs@gmail.com> |
Merged in hmorgan/fix-GLL-quadrature-fix-pr1451 (pull request #1536)
hmorgan/fix-GLL-quadrature-fix-pr1451
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
|
| #
8272889d
|
| 12-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
Revert "Revert "Merge branch 'pr1451/hmorgan/fix-GLL-quadrature/master' [PR #1451]""
This reverts commit f8f0706ac36152a85c2163c77236a76f30185f56.
|
| #
f8f0706a
|
| 19-Mar-2019 |
Karl Rupp <me@karlrupp.net> |
Revert "Merge branch 'pr1451/hmorgan/fix-GLL-quadrature/master' [PR #1451]"
This reverts commit 4d195b5eb92504439ee3a75f081f195aff73b70e, reversing changes made to 57cf99f718c63d6d4dd898d489c9b5204d
Revert "Merge branch 'pr1451/hmorgan/fix-GLL-quadrature/master' [PR #1451]"
This reverts commit 4d195b5eb92504439ee3a75f081f195aff73b70e, reversing changes made to 57cf99f718c63d6d4dd898d489c9b5204d7f7338.
Accidentally merged to `master` instead of `next`. If tests turn out okay, this revert will be reverted.
show more ...
|
| #
4d195b5e
|
| 19-Mar-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'pr1451/hmorgan/fix-GLL-quadrature/master' [PR #1451]
|
| #
6a6dd048
|
| 22-Feb-2019 |
hannah_mairs <hannah.mairs@gmail.com> |
adding PetscGaussLobattoLegendre function to dt, removing GLL, updating examples
|
| #
b0f52d29
|
| 28-Jan-2019 |
Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local> |
Merge branch 'master' into jpusztay/feature-swarm-symplectic-example
|
| #
940dfb0a
|
| 28-Jan-2019 |
Joseph Pusztay <josephpu@buffalo.edu> |
Merged petsc/petsc into master
|
| #
30faf514
|
| 27-Jan-2019 |
m_diehl <m.diehl@mpie.de> |
Merged petsc/petsc into master
|
| #
ddad275a
|
| 21-Jan-2019 |
Patrick Farrell <patrick@pefarrell.org> |
Merge branch 'master' into knepley/feature-snes-patch
|
| #
a40b62d7
|
| 28-Dec-2018 |
BarryFSmith <bsmith@mcs.anl.gov> |
Merged in barry/improve-manual (pull request #1289)
Fixes for begining of users manual and a variety of webpages including manual pages
|
| #
8a690491
|
| 21-Dec-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixes for begining of users manual and a variety of webpages including manual pages
Commit-type: bug-fix, documentation
|
| #
6294108e
|
| 19-Mar-2018 |
Toby Isaac <tisaac@cc.gatech.edu> |
Merge remote-tracking branch 'origin/knepley/fix-snes-ex69' into tisaac/feature-dmfield
* origin/knepley/fix-snes-ex69: (311 commits) PetscFECreateDefault: fix custom Fortran interface to use MPI_
Merge remote-tracking branch 'origin/knepley/fix-snes-ex69' into tisaac/feature-dmfield
* origin/knepley/fix-snes-ex69: (311 commits) PetscFECreateDefault: fix custom Fortran interface to use MPI_Comm SNES ex69: Updated test output SNES ex69: Removed all mantle stuff and change fields to constants - Also use dsymutil for executables SNES ex69: Removed special partition SNES ex69: Fixed null space creation - Null space locks its vectors PetscFE: PetscFECreateDefault() now takes MPI_Comm instead of DM cleanup very ugly PCGAMG manual page minor clarifications for VecScatterCreate() manual page gcov: PETSC_ARCH is required onlyfor -run_gcov - and not for -merge_gcov [where it doesn't exist] make clearer in help statements what --with-external-packages-dir is for. Website: Added news entry for PETSc User Meeting 2018 on main page. CUDA: Further test output fixes for mat_tests-ex2 Turn off elemental test for parmetis running since this does not work on batch systems. 3.8 Changes: KSPCHEBYSHEV CUDA: Fixed most test errors due to MatMultTranspose* website: update urls website: fix Jason's name to match pic. Also add Todd's pic Dev manual: copyedit DMPlexDistributeLabels: Propagate the output flag cuda/cusp: update minimum supported versions of cuda to 7.5 and cusp to 0.5.0 ...
show more ...
|
| #
b82ddc31
|
| 02-Mar-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
5cfeda48
|
| 02-Mar-2018 |
Satish Balay <balay@mcs.anl.gov> |
doc: partial revert 1fd49c2520df80b4b23f7bac1a7aae848a1a6ec1 so that UsingFortran manpage is in Sys
Reported-by: Matthew Knepley <knepley@gmail.com>
|