| #
40fbacb0
|
| 09-Feb-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/landau-field-major-mat-ordering' into 'main'
added field major matrix permutation to Landau, moved mass matrix creation into main setup method
See merge request petsc/petsc!4821
|
| #
cb25d741
|
| 09-Feb-2022 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
added field major matrix permutation to Landau, moved mass matrix creation into main setup method
|
| #
735714e6
|
| 23-Dec-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/landau-ex2-dynamic-memory' into 'main'
cleaning up Landau with dynamic allocations
See merge request petsc/petsc!4633
|
| #
f37ccb5f
|
| 09-Dec-2021 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
cleaning up Landau with dynamic allocations
|
| #
8f838fdd
|
| 15-Dec-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/landau-ex2-testset' into 'main'
made test set (cpu. kokkos, cuda 'device', for ex2
See merge request petsc/petsc!4573
|
| #
5dac466e
|
| 20-Nov-2021 |
Mark Adams <mfadams@lbl.gov> |
made test set (cpu. kokkos, cuda 'device', for ex2 [kokkos fails]
|
| #
b9968e31
|
| 18-Nov-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/landau-cuda-opt' into 'main'
Landau optimizations + GPU assembly bug fix
See merge request petsc/petsc!4358
|
| #
8fdabddd
|
| 05-Oct-2021 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
added batching of multiple TSSolve per process for efficiency in applications for processing multiple configuration space vertices simultaneously
|
| #
365b711f
|
| 25-Sep-2021 |
Mark Adams <ma2325@columbia.edu> |
add hook for CPU cusparse solves
|
| #
c751c0a2
|
| 26-Sep-2021 |
Mark Adams <ma2325@columbia.edu> |
modified timers
|
| #
94c750fa
|
| 22-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/landau-multiple-grids' into 'main'
adding support for multiple grids with multiple species per grid
See merge request petsc/petsc!4292
|
| #
8a6f2e61
|
| 25-Aug-2021 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
adding support for multiple grids with multiple species per grid
|
| #
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
|
| #
d5ec73a9
|
| 28-Aug-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/landau-relativistic' into 'main'
added relativistic terms to 3D Landau
See merge request petsc/petsc!4250
|
| #
cefb98e8
|
| 28-Aug-2021 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
added relativistic terms to 3D Landau
|
| #
82a6ae78
|
| 28-Jul-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-some-missing-chkerr' into 'main'
Some missing CHKERR[Q|MPI]
See merge request petsc/petsc!4190
|
| #
1e1ea65d
|
| 27-Jul-2021 |
Pierre Jolivet <pierre@joliv.et> |
Some missing CHKERR[Q|MPI]
|
| #
acb395ff
|
| 13-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/landau-mass-opt' into 'main'
Optimizations for mass term in Landau
See merge request petsc/petsc!4035
|
| #
1eec90e4
|
| 13-Jun-2021 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
Optimizations for mass term in Landau
|
| #
10f1504d
|
| 10-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-11-11/cleanup-matsetvaluesdevice' into 'main'
MatSetValuesDevice: Cleanup and simplify code, including example
See merge request petsc/petsc!3411
|
| #
042217e8
|
| 10-Jun-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
MatSetValuesDevice: Cleanup and simplify code, including example
User reported crash of example code. Kernel was passed an ierr that lived in CPU memory
MatSetValuesDevice: do not include private h
MatSetValuesDevice: Cleanup and simplify code, including example
User reported crash of example code. Kernel was passed an ierr that lived in CPU memory
MatSetValuesDevice: do not include private headers from public headers
Feature: MatSetValuesDevice determines automatically from the context (where it is included from) if it is being used from C, CUDA, or Kokkos, PETSC_DEVICE_FUNC_DEC no longer needs to be set before including petscaijdevice.h
Feature: MatSetValuesDevice() now ignores all values outside the global column range.
PetscSplitCSRDataStructure is now a pointer, not a struct, like most PETSc objects, please leave it that way.
Fix all uses of CTABLE that were related to the original MatSetValuesDevice()
Have atomicAdd use Kokkos atomic-add with CPU build when building with Kokkos.
Cuda should now work with --download-openmpi, this is done by updating updateCompilers() to rerun portions of packages/cuda.py after the compilers are reset to use MPI wrappers. This is needed because the resetting of the compilers removes all the compiler flags and packages/cuda.py sets certain values into these flags that was previously lost.
Add MPICXX_INCLUDES, MPICXX_LIBS to fix compile targets for Kokkos examples
'make check' now runs properly for Kokkos test of src/snes/ex3k, fixed bug in the makefile wrt MPI_IS_MPIUNI check
Testing makefile rules: add ex*cu binaries to clean rule
Reported-by: Sam Fagbemi <samkorede24@gmail.com> Thanks-to: Stefano Zampini <stefano.zampini@gmail.com> Thanks-to: Mark Adams <mfadams@lbl.gov>
/spend 16h
show more ...
|
| #
67f24b97
|
| 08-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/update-checkbadsource' into 'main'
Update badsource rules
See merge request petsc/petsc!4064
|
| #
70a7d78a
|
| 04-Jun-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
Update badsource rules
- Zero or more spaces are not allowed for more returning types - zero spaces not allowed for for|if|while
|
| #
6fa2eece
|
| 16-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/landau-gpu-opt' into 'main'
Adams/landau gpu opt
See merge request petsc/petsc!3792
|