<div dir="ltr">Dear PETSc Experts,<br><div><br></div><div>My FEM program works well generally, but in some specific cases with multiple CPUs are used, it freezes when calling MatAssemblyBegin where PMPI_Allreduce is called (see attached file).</div><div><br></div><div>After some investigation, I found that it is most probably due to</div><div><br></div><div>・ MatSetValue is not called from all CPUs before MatAssemblyBegin </div><div><br></div><div>For example, when 4 CPUs are used, if there are elements in CPU 0,1,2 but no elements in CPU 3, then all CPUs other than CPU 3 would call MatSetValue  function. I want to know</div><div><br></div><div>1. If my <span style="color:rgb(32,33,36);font-family:arial,sans-serif;font-size:14px">conjecture could be right? And If so</span></div><div><span style="color:rgb(32,33,36);font-family:arial,sans-serif;font-size:14px">2. Are there any convenient means to avoid this problem?</span></div><div><span style="color:rgb(32,33,36);font-family:arial,sans-serif;font-size:14px"><br></span></div><div><span style="color:rgb(32,33,36);font-family:arial,sans-serif;font-size:14px">Thanks,</span></div><div><span style="color:rgb(32,33,36);font-family:arial,sans-serif;font-size:14px">Xi YUAN, PhD Solid Mechanics</span></div></div>