History log of /petsc/src/mat/impls/scalapack/matscalapack.c (Results 126 – 150 of 151)
Revision Date Author Comments
# 93537e62 04-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-missing-citations' into 'release'

ScaLAPACK/Elemental: add citation

See merge request petsc/petsc!3938


# 27e75052 30-Apr-2021 Pierre Jolivet <pierre@joliv.et>

ScaLAPACK/Elemental: add citation


# 49824467 13-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-04-06/fix-bad-error-code-returns' into 'main'

Fix bad error code returns in various places in PETSc

See merge request petsc/petsc!3846


# d8185827 07-Apr-2021 Barry Smith <bsmith@mcs.anl.gov>

Fix code that did not pass appropriate PETSc error flags to SETERRQ()

Add checkbadSource check for use of SETERRQ() without an appropriate error flag

Commit-type: error-checking, bug-fix, testing-f

Fix code that did not pass appropriate PETSc error flags to SETERRQ()

Add checkbadSource check for use of SETERRQ() without an appropriate error flag

Commit-type: error-checking, bug-fix, testing-fix, style-fix
/spend 2.5h

show more ...


# 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


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


# 5947d958 08-Mar-2021 Satish Balay <balay@mcs.anl.gov>

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


# 39b73a7b 07-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/release/fix-mattranspose-scalapack' into 'release'

Fix MatTranspose_ScaLAPACK that was not setting block sizes of the transposed matrix

See merge request petsc/petsc!3681


# 59172f18 05-Mar-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix MatTranspose_ScaLAPACK that was not setting block sizes of the transposed matrix

The issue was revealed in a configuration --with-memalign=64

Reported-by: Eric Chamberland


# 60f11f4c 25-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-incorrect-chkerrq' into 'master'

CHKERRQ() -> CHKERRMPI()

See merge request petsc/petsc!3637


# 55b25c41 19-Feb-2021 Pierre Jolivet <pierre@joliv.et>

CHKERRQ() -> CHKERRMPI()


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


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

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


# 54f467a8 23-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/release/pgi-20.9-warnings' into 'release'

Fix warnings in NVIDIA compilers (formerly PGI)

See merge request petsc/petsc!3397


# c6415d9e 17-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'release' into master


# adc20e2c 16-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'damianm/fix-scalapack-comm' into 'release'

damianm/fix-scalapack-comm

See merge request petsc/petsc!3414


# f7ec113f 16-Nov-2020 Damian Marek <damian.marek@mail.utoronto.ca>

fixed issue where scalapack matrix is created with a communicator different from MPI_COMM_WORLD


# b458e8f1 05-Nov-2020 Jose E. Roman <jroman@dsic.upv.es>

Fix warnings in NVIDIA compilers (formerly PGI): unreachable statement


# 11fa4226 21-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-uninitialized-work' into 'master'

Unitialized variable in function ‘MatNorm_ScaLAPACK’

See merge request petsc/petsc!3220


# d68f4f38 21-Sep-2020 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

In function ‘MatNorm_ScaLAPACK’

‘work’ may be used uninitialized in this function


# 0382be2f 25-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/scalapack' into 'master'

MATSCALAPACK: new Mat type that wraps a ScaLAPACK matrix

See merge request petsc/petsc!2858


# 4b1a79da 23-Jun-2020 Jose E. Roman <jroman@dsic.upv.es>

MatConvert_ScaLAPACK_Dense: implement the case where B has different local sizes


# 92c846b4 22-Jun-2020 Jose E. Roman <jroman@dsic.upv.es>

MATSCALAPACK: use appropriate sizes when converting to/from dense


# 4e8b52a1 15-Jun-2020 Jose E. Roman <jroman@dsic.upv.es>

MATSCALAPACK: use LDA in MatConvert_Dense_ScaLAPACK


1234567