[petsc-users] MatDenseSetLDA Documentation Clarification
Damian Marek
damian.marek at mail.utoronto.ca
Fri Oct 27 08:12:34 CDT 2023
Hello,
I found a minor issue with the documentation for MatDenseSetLDA, which ended up causing my program to idle unexpectedly. In the documentation it is specified as "Not Collective". However, in the MPIDense implementation it is possible for PetscLayoutSetUp to be called, which is a collective. (Lines 201-202: https://petsc.org/main/src/mat/impls/dense/mpi/mpidense.c.html#MatDenseSetLDA_MPIDense)
Regards,
Damian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20231027/4a4e5bd0/attachment.html>
More information about the petsc-users
mailing list