<div dir="ltr">You need to set the preallocation for the matrix.<div><br></div><div><a href="https://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/Mat/MatMPIAIJSetPreallocation.html">https://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/Mat/MatMPIAIJSetPreallocation.html</a><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, May 2, 2019 at 7:46 AM Dongyu Liu via petsc-users <<a href="mailto:petsc-users@mcs.anl.gov">petsc-users@mcs.anl.gov</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
I am using PETSc sparse matrix ('aij') for a FEM program, when the <br>
matrix is really big, let's say 1million by 1million, we use setValues <br>
based on the index vector I and J, but the whole process takes around 2 <br>
hours.<br>
<br>
I don't know why it is like that, or is there any option that I should <br>
set to make this faster?<br>
<br>
<br>
Best,<br>
<br>
Dongyu<br>
<br>
</blockquote></div>