History log of /petsc/src/mat/impls/aij/mpi/mpimatmatmult.c (Results 101 – 125 of 634)
Revision Date Author Comments
# 65e4b4d4 09-Jul-2021 Stefano Zampini <stefano.zampini@gmail.com>

MATAIJCUSPARSE: dispatch to CPU if requested

fix CPU codepath for device matrices
fix MPI ptap
Add tests


# 67f24b97 08-Jun-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/update-checkbadsource' into 'main'

Update badsource rules

See merge request petsc/petsc!4064


# 70a7d78a 04-Jun-2021 Stefano Zampini <stefano.zampini@gmail.com>

Update badsource rules

- Zero or more spaces are not allowed for more returning types
- zero spaces not allowed for for|if|while


# a8cf78f8 24-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-05-16/fix-double-lines' into 'main'

Fix typos in source

See merge request petsc/petsc!3984


# 4e278199 16-May-2021 Barry Smith <bsmith@mcs.anl.gov>

Remove all double blank lines from source

Commit-type: petsc-style
/2h


# 16f8cdc7 09-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/barry/2021-03-28/fix-mpiu-allreduce-mpi-failure'

Fix capture of MPI error code in MPIU_Allreduce()

See merge request petsc/petsc!3777


# 232f0cd2 09-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# d56c59be 08-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-minor-improvements' into 'release'

Minor improvements

See merge request petsc/petsc!3829


# 825bfe5f 06-Apr-2021 Pierre Jolivet <pierre@joliv.et>

MatMatMultSymbolic_AIJ_Dense(): sizes may be set


# 820f2d46 03-Apr-2021 Barry Smith <bsmith@mcs.anl.gov>

All MPIU_ functions except MPIU_File return MPI error codes for checking

Update checkbadSource to find use of CHKERRQ with MPIU_ functions

Commit-type: i.e. error-checking, optimization, bug-fix, p

All MPIU_ functions except MPIU_File return MPI error codes for checking

Update checkbadSource to find use of CHKERRQ with MPIU_ functions

Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example
Funded-by:
Project:
Time: hours
Reported-by:
Thanks-to:
Development Tools: Vim, Emacs, Eclipse

show more ...


# 91d58987 03-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'release' into main


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

Merge branch 'hzhang/fix-matmatmult_aij_dense/release' into 'release'

bugfix for MatMatMultSymbolic_MPIAIJ_MPIDense() when Bbn1 = 0.

See merge request petsc/petsc!3667


# da7cbbe7 01-Mar-2021 Hong Zhang <hzhang@mcs.anl.gov>

bugfix for MatMatMultSymbolic_MPIAIJ_MPIDense() when Bbn1 = 2*Am*BN/nz = 0.
Reported-by: Pierre Jolivet <pierre@joliv.et>
Bb (column block size) cannot be zero; it leads to infinite loop in MatMatMul

bugfix for MatMatMultSymbolic_MPIAIJ_MPIDense() when Bbn1 = 2*Am*BN/nz = 0.
Reported-by: Pierre Jolivet <pierre@joliv.et>
Bb (column block size) cannot be zero; it leads to infinite loop in MatMatMultNumeric_MPIAIJ_MPIDense() with n=0

show more ...


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

Merge branch 'stefanozampini/fixes' into 'master'

Device fixes

See merge request petsc/petsc!3541


# ce496241 06-Jan-2021 Stefano Zampini <stefano.zampini@gmail.com>

MATAIJ: fix some more direct usage of values array

Remove unused MatDistribute_MPIAIJ code


# 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


# 4e84afc0 19-Nov-2020 Stefano Zampini <stefano.zampini@gmail.com>

MatMPIAIJ: move generic code for MatMat product to base class


# b419842d 10-Nov-2020 Stefano Zampini <stefano.zampini@gmail.com>

MatTransposeMatMultSymbolic_MPIAIJ_MPIAIJ: minor


# 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 ...


# 790ed409 16-Dec-2020 Satish Balay <balay@mcs.anl.gov>

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

Hzhang/mat force diagonals fix

See merge request petsc/petsc!3482


# 98ebff05 15-Dec-2020 Hong Zhang <hzhang@mcs.anl.gov>

Bugfix for merged branch hzhang/mat-force-diagonals
Reported-by: Jose E. Roman @joseroman


# 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 ...


# bfc8fd11 24-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release' into master


12345678910>>...26