History log of /petsc/src/mat/impls/hypre/mhypre.c (Results 126 – 150 of 293)
Revision Date Author Comments
# 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


# 2c71b3e2 11-Feb-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

rename PetscAssert() -> PetscCheck() and PetscAssertDebug() -> PetscAssert()


# a74df02f 29-Jan-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

make PetscStackCallStandard variadic


# 9ace16cd 28-Jan-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

add PetscAssert() and PetscAssertFalse()


# 7d3de750 12-Jan-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

make PetscInfo() variadic


# 98921bda 28-Jan-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

SETERRQ[1-9]+ begone


# 9f02d80c 13-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 4c4520b0 13-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-hypre-convert' into 'release'

MatConvert_HYPRE_AIJ: fix MAT_REUSE_MATRIX

See merge request petsc/petsc!4824


# a16187a7 13-Feb-2022 Stefano Zampini <stefano.zampini@gmail.com>

MATHYPRE: fix MAT_REUSE_MATRIX case when converting to AIJ


# c2796d2c 12-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hzhang/matproduct-setalgorithm' into 'main'

update documentation and options database of MatProductSetAlgorithm()

See merge request petsc/petsc!4802


# 3e662e0b 12-Feb-2022 Hong Zhang <hzhang@mcs.anl.gov>

update documentation and options database of MatProductSetAlgorithm()


# 3fa28491 22-Jan-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/hypre-cuda-64idx' into 'main'

Enable HYPRE GPU with 64bit indices builds

See merge request petsc/petsc!4741


# 5c97c10f 20-Jan-2022 Stefano Zampini <stefano.zampini@gmail.com>

MATHYPRE: silence warnings


# 51bfd985 12-Jan-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-12-21/fix-mpi-comm-dup-packages' into 'main'

Stash communicators previously used for external packages so that they may be reused.

See merge request petsc/petsc!4669


# 57f21012 12-Jan-2022 Barry Smith <bsmith@mcs.anl.gov>

Stash communicators previously used for external packages so that they may be reused.

Previously we used MPI_Comm_dup() and free() but for some MPI implementations including MPI Spectrum the MPI_Com

Stash communicators previously used for external packages so that they may be reused.

Previously we used MPI_Comm_dup() and free() but for some MPI implementations including MPI Spectrum the MPI_Comm_free() does not actually return the communicator so eventually they run out.

Commit-type: portability-fix
\spend 3h
Reported-by: Elias Karabelas <elias.karabelas@uni-graz.at>

show more ...


# 940e4fdf 12-Jan-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2021-12-09/attribute-format-mat' into 'main'

Feature: Attribute Format - Mat

See merge request petsc/petsc!4634


# c0aa6a63 09-Dec-2021 Jacob Faibussowitsch <jacob.fai@gmail.com>

applied attribute format fixes to mat headers


# 0baf1215 20-Oct-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2021-09-04/petscdevice-cupminitialization' into 'main'

Replace current CUPM initialization with unified PetscDevice version

See merge request petsc/petsc!4310


# a4af0cee 19-Oct-2021 Jacob Faibussowitsch <jacob.fai@gmail.com>

- Replace the current CUPM initialization infrastructure with PetscDevice.
- Remove -petsc_use_default_null_stream and -[cuda|hip]_synchronize options
- Remove PetscCUDASynchronize and PetscHIPSynchr

- Replace the current CUPM initialization infrastructure with PetscDevice.
- Remove -petsc_use_default_null_stream and -[cuda|hip]_synchronize options
- Remove PetscCUDASynchronize and PetscHIPSynchronize
- Remove PetscCUDAInitialize(), PetscCUDAInitializeCheck(), PetscHIPInitialize(), and
PetscHIPInitializeCheck()
- Remove PetscCUBLASInitializeHandle(), PetscCUSOLVERDnInitializeHandle(),
PetscHIPBLASInitializeHandle(), and PetscHIPSOLVERInitializeHandle().
- Remove petsc_gputimer_begin and petsc_gputimer_begin
- Add -device_enable, -device_select and -device_view options
- Replace -[cuda|hip]_device with split options -device_enable_[cuda|hip] and -device_select_[cuda|hip]
- Replace -[cuda|hip]_view with -device_view_[cuda|hip]
- Add PetscDeviceInitType
- Add PetscDeviceInitialize() and PetscDeviceInitialized()
- Add PetscDeviceView()

show more ...


# e36148cd 19-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-warnings-hypre' into 'main'

MATHYPRE: fix warnings from Optimized builds with GCC

See merge request petsc/petsc!4328


# 6abb4441 19-Sep-2021 Stefano Zampini <stefano.zampini@gmail.com>

MATHYPRE: fix warnings from Optimized builds with GCC


# 5ce27ff0 11-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/hypre-gpu' into 'main'

Interface HYPRE GPU solvers

See merge request petsc/petsc!4248


# 6ea7df73 20-Jul-2021 Stefano Zampini <stefano.zampini@gmail.com>

HYPRE: support HYPRE in DEVICE MODE

This is an initial contribution that allows running BoomerAMG and the HYPRE matrix constructed from PETSC on a GPU


# 9f220882 16-Aug-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/hypre-ownership-change' into 'main'

hypre: fix for removal of hypre_ParCSRMatrixSetRowStartsOwner() etc.

See merge request petsc/petsc!4237


# a1d2239c 16-Aug-2021 Satish Balay <balay@mcs.anl.gov>

hypre: fix for removal of hypre_ParCSRMatrixSetRowStartsOwner() etc.


12345678910>>...12