<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">I have a KSP with Mat [A00, A01; A10, A11], and I want to do Schur complement for the Mat 
<div>S=A11-A10*A00^(-1)*A01</div>
<div><br>
</div>
<div>How do I parallelize it? I mean, I use DMCreateMatrix to create A00, and I can parallelize the rows of A01 and A10^t by the same DM object. But I don't know how to parallelize the columns of A01 and A10^t. So right now, I can form a sequential S, and solve
 for the KSP that is corresponding to S sequentially. How can I create a parallelized S? </div>
<div><br>
</div>
<div>Thank you! </div>
<div><br>
</div>
<div>Best,</div>
<div>Hui</div>
</div>
</body>
</html>