[petsc-dev] Jack has produced a scalable sparse direct solver

Jack Poulson jack.poulson at gmail.com
Mon Jul 23 10:29:58 CDT 2012


Hi Hong,

I'm getting started on creating documentation right now; it should end up
looking very similar to Elemental's.

Please keep in mind that there is not _yet_ any support for pivoting, as I
needed Clique's functionality for indefinite complex symmetric matrices
which are nice enough to be factored accurately without pivoting.

Clique's nested dissection is built on top of a nodal graph bisection
routine which uses a custom interface to parmetis; I suspect that the graph
partitioning is currently the least scalable part of the black-box
interface due to KLFM refinement being so hard to parallelize.

Jack

On Mon, Jul 23, 2012 at 10:12 AM, Hong Zhang <hzhang at mcs.anl.gov> wrote:

> Xuan will take a look at this.
> Hong
>
> On Mon, Jul 23, 2012 at 9:47 AM, Matthew Knepley <knepley at gmail.com>wrote:
>
>> I think we just need a small converter from AIJ:
>>
>>
>> https://bitbucket.org/poulson/clique/src/dc417c7e9403/tests/DistSparseMatrix.cpp
>>
>>   Matt
>>
>> --
>> What most experimenters take for granted before they begin their
>> experiments is infinitely more interesting than any results to which their
>> experiments lead.
>> -- Norbert Wiener
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20120723/cf7dec8f/attachment.html>


More information about the petsc-dev mailing list