<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hello everyone.<br>I have created a matrix of type MATMPIAIJ and I want to perform Cholesky factorization on it in order to solve a linear system.<br>I have downloaded the Pastix package and I use MAT_SOLVER_PASTIX as an argument to MatGetFactor() but I get the following error message:<br><br>"No support for this operation for this object type!<br>Cannot use PETSc AIJ matrices with PaStiX Cholesky, use SBAIJ matrix!"<br><br>Is there a way to use parralel Cholesky factorization with MATMPIAIJ type instead of SBAIJ?<br>Thanks.<br>                                               <br /><hr />Windows Live: Keep your friends up to date <a href='http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_1:092010' target='_new'>with what you do online.</a></body>
</html>