| #
a686821c
|
| 04-May-2022 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/feature-rm-spaces-plurals' into 'main'
Remove unneeded spaces/plurals
See merge request petsc/petsc!5193
|
| #
8cc725e6
|
| 01-May-2022 |
Pierre Jolivet <pierre@joliv.et> |
Remove extra spaces and unwanted plurals
|
| #
ba70aee8
|
| 10-Dec-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/fix_mat_ex5k' into 'main'
GPU assembly bug fixes. Unified kokkos and CUDA GPU assembly tests to some degree, off diagonal block...
See merge request petsc/petsc!4609
|
| #
3fd3f240
|
| 08-Dec-2021 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
cleanup GPIU assembly tests
|
| #
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 ...
|
| #
12c380df
|
| 28-Sep-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/feature-mat-cuda' into 'master'
Adams/feature mat cuda
See merge request petsc/petsc!3137
|
| #
3fa6b06a
|
| 02-Sep-2020 |
Mark Adams <mfadams@lbl.gov> |
add cuda matrix for meta data method, assembly
|