History log of /petsc/src/mat/impls/dense/seq/dense.c (Results 251 – 275 of 1341)
Revision Date Author Comments
# d0897a36 30-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/fix-warnings' into 'main'

Fix compile warnings

See merge request petsc/petsc!3787


# 37b8ee88 30-Mar-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix compile warnings


# 5851a715 30-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-O3-warnings' into 'main'

CI: fix compile warnings when built with --with-debugging=0 COPTFLAGS=-O3

See merge request petsc/petsc!3784


# 42e9364c 29-Mar-2021 Satish Balay <balay@mcs.anl.gov>

CI: fix compile warnings when built with --with-debugging=0 COPTFLAGS=-O3


# dceaed16 18-Mar-2021 Satish Balay <balay@mcs.anl.gov>

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

Fix -Wmaybe-uninitialized warnings

See merge request petsc/petsc!3730


# e54beeca 18-Mar-2021 Stefano Zampini <stefano.zampini@gmail.com>

Fix -Wmaybe-uninitialized warnings


# 6b228460 10-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-qr-factorization' into 'main'

QR Factorization

See merge request petsc/petsc!3680


# 4396437d 04-Mar-2021 Toby Isaac <tisaac@cc.gatech.edu>

Refactor LAPACK factorization routines used by MatSeqDense

Correct MatSolveTranspose for recent changes in MatSeqDense


# 4905a7bc 03-Mar-2021 Toby Isaac <tisaac@cc.gatech.edu>

Add geqrf QR factorization for sequential dense matrices

Correct orthogonal matrix character code for complex numbers


# 3995c0a8 02-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-mat-permute-via-createsubmatrix' into 'main'

Make MatPermute call MatCreateSubMatrix as a fallback

See merge request petsc/petsc!3636


# d9fd370b 02-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-nest-tile' into 'main'

Tiles in MatNest

See merge request petsc/petsc!3630


# 6d4ec7b0 22-Feb-2021 Pierre Jolivet <pierre@joliv.et>

MatConvert_SeqDense_SeqAIJ(): check for square A


# 023c16fc 19-Feb-2021 Toby Isaac <tisaac@cc.gatech.edu>

Make MatCreateSubMatrix_SeqDense match current interface of MatCreateSubMatrix and test permutation


# 1223e7c0 18-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/fixes' into 'master'

Device fixes

See merge request petsc/petsc!3541


# a76f77c3 22-Dec-2020 Stefano Zampini <stefano.zampini@gmail.com>

MATSEQDENSECUDA: add MatCopy support


# 9f90f53a 04-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/gamg-gpu-setup' into 'master'

MatMat operations with CUSPARSE

See merge request petsc/petsc!3391


# 2e5835c6 12-Nov-2020 Stefano Zampini <stefano.zampini@gmail.com>

MATAIJ: some fixes for device builds


# bdea225a 30-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-10-08/fix-mpi-error-codes' into 'master'

Convert MPI error type to PETSc error with string message for all MPI calls

See merge request petsc/petsc!3326


# ffc4695b 08-Oct-2020 Barry Smith <bsmith@mcs.anl.gov>

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-pro

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-process their
errors better.

The test harness will now automatically retry tests that fail with MPI, this may help with Intel MPI that produces
seemingly random failures.

Commit-type: error-checking
/spend 30m

show more ...


# fc426f32 14-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hzhang/mat-force-diagonals' into 'master'

Hzhang/mat force diagonals

See merge request petsc/petsc!3472


# 8c78258c 09-Dec-2020 Hong Zhang <hzhang@mcs.anl.gov>

Add MatOption MAT_FORCE_DIAGONAL_ENTRIES; rm MAT_NEW_DIAGONALS
Reported-by: Nourgaliev, Robert Nr <nourgaliev1@llnl.gov>
implemented for C = At*B with aij for all the algorithms
implemented for C = A

Add MatOption MAT_FORCE_DIAGONAL_ENTRIES; rm MAT_NEW_DIAGONALS
Reported-by: Nourgaliev, Robert Nr <nourgaliev1@llnl.gov>
implemented for C = At*B with aij for all the algorithms
implemented for C = A*B with aij matrices

show more ...


# 0c98527c 30-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-11-26/use-petsc-stack-call-blas' into 'master'

Barry/2020 11 26/use petsc stack call blas

See merge request petsc/petsc!3438


# 73cf7048 26-Nov-2020 Barry Smith <bsmith@mcs.anl.gov>

Add missing PetscStackCallBLAS()

Commit-type: i.e. error-checking
/spend 25m


# abb05746 25-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-08-24/petsckernel-valid-pointer' into 'master'

Barry/2020 08 24/petsckernel valid pointer

See merge request petsc/petsc!3204


# 23fff9af 24-Aug-2020 Barry Smith <bsmith@mcs.anl.gov>

Need initialize to prevent test systems from complaining about possibly uninitialized variables.

Commit-type: portability-fix
/spend 5m
Reported-by: GitLab CI


1...<<11121314151617181920>>...54