History log of /petsc/src/mat/impls/h2opus/math2opuscpu.cxx (Results 1 – 7 of 7)
Revision Date Author Comments
# 061e922f 22-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'

Feature: Bicycle Storage Facility 2

See merge request petsc/petsc!5661


# d71ae5a4 21-Sep-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

source code format changes due to .clang-format changes


# 036e4bdc 14-May-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# bf2c2650 14-May-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-h2opus-cuda' into 'release'

h2opus: properly disable compile of .cu sources when PETSC_HAVE_CUDA is not set

See merge request petsc/petsc!5250


# f17f7ee2 13-May-2022 Satish Balay <balay@mcs.anl.gov>

h2opus: properly disable compile of .cu sources when PETSC_HAVE_CUDA is not set

When cuda is not enabled - but configure finds nvcc - the .cu files are getting compiled resulting in:

CLINKER a

h2opus: properly disable compile of .cu sources when PETSC_HAVE_CUDA is not set

When cuda is not enabled - but configure finds nvcc - the .cu files are getting compiled resulting in:

CLINKER arch-linux-c-debug/lib/libpetsc.so.3.17.1
/usr/bin/ld: arch-linux-c-debug/obj/mat/impls/h2opus/math2opusutils.o: in function `PetscSFGetVectorSF':
/scratch/svcpetsc/petsc.y/src/mat/impls/h2opus/math2opusutils.cu:11: multiple definition of `PetscSFGetVectorSF'; arch-linux-c-debug/obj/mat/impls/h2opus/math2opusutilscpu.o:/scratch/svcpetsc/petsc.y/include/../src/mat/impls/h2opus/math2opusutils.cu:11: first defined here

show more ...


# 76afb28b 27-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/hara-to-h2opus-rebased-v7' into 'main'

Update distributed hierarchical matrix package H2Opus

See merge request petsc/petsc!4347


# 53022aff 22-Sep-2021 Stefano Zampini <stefano.zampini@gmail.com>

Update H2 package