History log of /petsc/src/mat/tests/makefile (Results 1 – 25 of 60)
Revision Date Author Comments
# 1d892be3 01-Mar-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-cmd-line-precedence' into 'main'

make: add PRELIBS and LIBS options similar to CPPFLAGS, CFLAGS, LDFLAGS

See merge request petsc/petsc!8167


# da4996e5 27-Feb-2025 Satish Balay <balay@mcs.anl.gov>

make: add explicit '% : %.c' target so that LINK.c target is in sync with LINK.F target '% : %.F90'

with multiple source compile into a singe binary:
- fixes Fortran example build: currently broken,

make: add explicit '% : %.c' target so that LINK.c target is in sync with LINK.F target '% : %.F90'

with multiple source compile into a singe binary:
- fixes Fortran example build: currently broken, due to duplicate obj-files in link command
- can now use consitent obj file dependencies irrespective of C-main or Fortran-main sources
- cab avoid duplicate compiles of same sources [esp with SEPARATE_COMPILE_LINK=1]

show more ...


# e6bb321c 26-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-03-17/rm-unneeded-test-from-makefiles' into 'main'

simplify/cleanup makefile system

See merge request petsc/petsc!6201


# 60bb51bd 18-Mar-2023 Barry Smith <bsmith@mcs.anl.gov>

Remove need for seperate lib/petsc/conf/test file by merging with rules file

Commit-type: maintainability


# 297cb52f 01-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-02-22/rm-locdir' into 'main'

Remove need for hardwired LOCDIR in all makefiles

See merge request petsc/petsc!6113


# 21e3ffae 23-Feb-2023 Barry Smith <bsmith@mcs.anl.gov>

Remove unneeded declarations of LOCDIR from all the makefiles

Commit-type:documentation


# 5c240f23 26-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hongzh/benchmarks' into 'main'

Initial step toward continuous benchmarking

See merge request petsc/petsc!5641


# 89928cc5 29-May-2022 Hong Zhang <hongzhang@anl.gov>

Add benchmark script, driver for SpMV

- Support multiple mat formats
- Included Kokkos
- Use SSGET to download SuiteSparse matrix automatically


# 1ca2173e 10-Jun-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/release/fix-matconjugate-lda' into 'release'

MATSEQDENSE: fix three operations that were not considering LDA

See merge request petsc/petsc!5325


# 06c5243a 09-Jun-2022 Jose E. Roman <jroman@dsic.upv.es>

MATSEQDENSE: fix three operations that were not considering LDA


# 6ffe77ea 12-May-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-05-03/cleanup-makefiles' into 'main'

remove unneeded stuff from makefiles

See merge request petsc/petsc!5211


# ac09b921 05-May-2022 Barry Smith <bsmith@mcs.anl.gov>

Get values of makefile SOURCE etc from the file system instead of makefiles

Use SUBMANSEC from include files for manual sections instead of the makefile

Unfortunately this has to be one large commi

Get values of makefile SOURCE etc from the file system instead of makefiles

Use SUBMANSEC from include files for manual sections instead of the makefile

Unfortunately this has to be one large commit since the changes all have to be done at once

Commit-type: docs
/spend 10m

show more ...


# f97672e5 03-May-2022 Barry Smith <bsmith@mcs.anl.gov>

remove garbage from makefiles

Including
* unused FLAGS variables
* All: lib that did not work
* stray blank lines etc

Commit-type: housekeeping
/spend 1h


# 6af5b3cd 28-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-10-08/invert-block-diagonal-aij' into 'main'

add MatInvertVariableBlockEnvelope

See merge request petsc/petsc!3544


# 8a9c020e 09-Oct-2020 Barry Smith <bsmith@mcs.anl.gov>

Implement MatInvertVariableBlockEnvelope() with test example

Commit-type: feature, example
/spend 12h
Reported-by: Olivier Jamond <olivier.jamond@cea.fr>


# b55be68a 19-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 73999a79 19-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/fix-aij-matis-convert' into 'release'

Fix a bug when converting MATAIJ with bs >1 to MATIS

See merge request petsc/petsc!5140


# ebf8cefb 19-Apr-2022 Junchao Zhang <jczhang@mcs.anl.gov>

Mat: fix a bug when converting AIJ with bs >1 to MATIS

Reported-by: Xu Hui <459543524@qq.com>


# 3aa63004 29-Jan-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/feature-kokkos-coo' into 'main'

Support MatSetValuesCOO() for AIJKOKKOS matrices

See merge request petsc/petsc!4726


# 42550bec 17-Jan-2022 Junchao Zhang <jczhang@mcs.anl.gov>

MATAIJKOKKOS: support MatSetValuesCOO


# 2158cd20 31-Dec-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/petsc4py' into 'main'

Some work on petsc4py

See merge request petsc/petsc!4644


# c786d857 21-Oct-2021 Stefano Zampini <stefano.zampini@gmail.com>

MATPYTHON: implement MatHasOperation_Python

add tests


# e1b7d5bf 29-Nov-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/fix-aijkokkos-MatZeroEntries' into 'main'

Kokkos: allow MatZeroEntries on unassembled matrices and other minor fixes

See merge request petsc/petsc!4589


# 2328674f 24-Nov-2021 Junchao Zhang <jczhang@mcs.anl.gov>

AIJKOKKOS: allow MatZeroEntries on unassembled matrices


# 3ed23c6a 17-Nov-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/feature-kokkos-spgemm' into 'main'

Add initial MatProduct support for MATAIJKOKKOS

See merge request petsc/petsc!4303


123