History log of /petsc/src/mat/impls/hypre/kokkos/makefile (Results 1 – 13 of 13)
Revision Date Author Comments
# dce0f0b7 04-May-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# fdc68e7a 04-May-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/fix-hypre-device' into 'release'

make: protect hypre cuda- and hip-specific build requirements

See merge request petsc/petsc!7524


# f4480746 02-May-2024 Jed Brown <jed@jedbrown.org>

make: protect hypre cuda- and hip-specific build requirements

If hipcc is in PATH, but we're configuring --with-cuda and hypre, we
need to avoid building the src/mat/impls/hypre/hip/ directory.

The

make: protect hypre cuda- and hip-specific build requirements

If hipcc is in PATH, but we're configuring --with-cuda and hypre, we
need to avoid building the src/mat/impls/hypre/hip/ directory.

The Kokkos protection is not believed to be necessary because it's not
currently implemented as a "language", but it seems semantically
correct and this makes it more robust if Kokkos handling were
refactored in the future.

show more ...


# 3573c4fa 25-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-hypre-release' into 'release'

MATHYPRE: do not assume HYPRE has been compiled by PETSc

See merge request petsc/petsc!7504


# 78923ab9 24-Apr-2024 Stefano Zampini <stefano.zampini@gmail.com>

MATHYPRE: do not assume HYPRE has been compiled by PETSc


# 8c4ab3fc 24-Apr-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fix-for-external-hypre-nondevice-builds' into 'main'

MATHYPRE: do not assume HYPRE has been compiled by PETSc

See merge request petsc/petsc!7497


# abbd8fef 24-Apr-2024 Stefano Zampini <stefano.zampini@gmail.com>

MATHYPRE: do not assume HYPRE has been compiled by PETSc


# 60259892 26-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-12-22/rm-libbase' into 'main'

LIBBASE is no longer used in make so remove it

See merge request petsc/petsc!7139


# 9140fee1 22-Dec-2023 Barry Smith <bsmith@mcs.anl.gov>

LIBBASE is no longer used in make so remove it


# 360cdf6b 28-Oct-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-10-25/rename-rules-doc' into 'main'

Rename rules.doc and rules.utils because GitLab treats the former as a MS Word document.

See merge request petsc/petsc!6965


# cb5db241 25-Oct-2023 Barry Smith <bsmith@mcs.anl.gov>

Rename rules.doc and rules.utils because GitLab treats the former as a MS Word document.

Thanks-to: Jed Brown


# 106764d3 10-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/2023-08-08/feature-hypre-device-matzerorows' into 'main'

Support MatZeroRows on MatHYPRE on device

See merge request petsc/petsc!6790


# a32e9c99 08-Aug-2023 Junchao Zhang <jczhang@mcs.anl.gov>

Mat: support MatZeroRows on MatHYPRE on device

Reported-by: Milan Pelletier <milan.pelletier@protonmail.com>