Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
6956 Discussions

Using MPI parMETIS with cluster_sparse_solver

Ivan_K_6
Beginner
228 Views

Hello.

I am optimizing the `cluster_sparse_solver` runtime. In my case, the majority of the runtime is taken by phase `11`, symbolic factorization, with METIS. Additionally, only a single node is used in an otherwise `MPI`-enabled application.

I was wondering if there is a way to use `parMETIS` for fill-reducing ordering, in order to benefit from the cluster environment. One thing that would help tremendously is the source code for `cluster_sparse_solver`.

The version of MKL in question is mkl 11.2u3, which was bundled with composer_xe 2015 3.187.

Thanks!

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
228 Views

Ivan, that's not possible into this version. There is only OpenMP based optimization for symbolic factorization.

0 Kudos
Reply