[petsc-dev] mkl_pardiso test

Satish Balay balay at mcs.anl.gov
Thu Jun 26 14:38:39 CDT 2014


On Thu, 26 Jun 2014, José David Bermeo López wrote:

> Hi, I would like to add a test to the repository for mkl_pardiso, looking
> for mumps test, I sow test ex125.c that uses MUMPS or other solvers
> depending on the option, so i have some questions:
> 
> 1. Would be a good idea to add mkl_pardiso in that test(ex125.c)

I've added one test. But more tests would be good.
[check runex2_mkl_pardiso in src/ksp/ksp/examples/tutorials/makefile]

> 2. For that test you load matrix A, is it a distributed matrix or a
> sequential matrix.

Hm - this example appears to also test Superlu [which is sequential] -
so adding mkl_pardiso similarly might work..

[Hong might have better suggestions]


> 3. You had html pages, for documentation of each solver, is this
> automatically generated base on comments, or do I had to added my self.

Ah - I didn't check that. You can look at the end of
mat/impls/aij/mpi/superlu_dist/superlu_dist.c for its
documentation. If you add something similar to mkl_pardiso.c - the
docs for it will get autogenerated.

Satish


More information about the petsc-dev mailing list