<div dir="ltr">Hi all,<br><br>Good day!<br><br>After installing ParaView on my desktop, PETSc starts to work anomalously even after reconfiguration:<br>1. If I use mpirun (frequently used before), it seems that now all the processors will run the program independently without communication. While mpiexec seems to work properly. <br>2. The Makefile (as attached) which works fine before starts to complain:<br>make: *** No rule to make target 'chkopts', needed by 'test'.  Stop.<br><br>Thanks for your kind help!<br><br>Best regards,<br>Kai<br><div><br></div><div><br></div><div><div style="color:rgb(212,212,212);background-color:rgb(30,30,30);font-family:"Droid Sans Mono","monospace",monospace;font-size:14px;line-height:19px;white-space:pre"><div><span style="color:rgb(156,220,254)">PETSC_DIR</span>=~/petsc</div><div><span style="color:rgb(156,220,254)">PETSC_ARCH</span>=arch-linux-c-debug</div><div><span style="color:rgb(156,220,254)">CFLAGS</span> = -I.</div><div><span style="color:rgb(156,220,254)">FFLAGS</span>=</div><div><span style="color:rgb(156,220,254)">CPPFLAGS</span>=-I.</div><div><span style="color:rgb(156,220,254)">FPPFLAGS</span>=</div><div><span style="color:rgb(156,220,254)">LOCDIR</span>=</div><div><span style="color:rgb(156,220,254)">EXAMPLESC</span>=</div><div><span style="color:rgb(156,220,254)">EXAMPLESF</span>=</div><div><span style="color:rgb(156,220,254)">MANSEC</span>=</div><div><span style="color:rgb(156,220,254)">CLEANFILES</span>=</div><div><span style="color:rgb(156,220,254)">NP</span>=</div><br><br><div><span style="color:rgb(197,134,192)">include</span> <span style="color:rgb(206,145,120)">${</span><span style="color:rgb(156,220,254)">PETSC_DIR</span><span style="color:rgb(206,145,120)">}</span>/lib/petsc/conf/variables</div><div><span style="color:rgb(197,134,192)">include</span> <span style="color:rgb(206,145,120)">${</span><span style="color:rgb(156,220,254)">PETSC_DIR</span><span style="color:rgb(206,145,120)">}</span>/lib/petsc/conf/rules</div><div><span style="color:rgb(197,134,192)">include</span> <span style="color:rgb(206,145,120)">${</span><span style="color:rgb(156,220,254)">PETSC_DIR</span><span style="color:rgb(206,145,120)">}</span>/lib/petsc/conf/test</div><br><div><span style="color:rgb(220,220,170)">test</span>: ex2-2.o chkopts</div><div>    rm -rf topopt</div><div>    <span style="color:rgb(197,134,192)">-</span><span style="color:rgb(206,145,120)">${</span><span style="color:rgb(156,220,254)">CLINKER</span><span style="color:rgb(206,145,120)">}</span> -o test ex2-2.o <span style="color:rgb(206,145,120)">${</span><span style="color:rgb(156,220,254)">PETSC_SYS_LIB</span><span style="color:rgb(206,145,120)">}</span></div><div>    <span style="color:rgb(206,145,120)">${</span><span style="color:rgb(156,220,254)">RM</span><span style="color:rgb(206,145,120)">}</span>  ex2-2.o </div><div>    rm -rf *.o</div></div></div></div>