<div dir="ltr"><div><div><div>Dear PDELabbers,<br><br></div>I am trying to solve a heat equation in parallel but it seems impossible for me, So here's the story.<br></div>I have the tutorials of the course that took place in March. and tutorial 3 is solving the heat equation. basically the tutorial says you can run the code in parallel by simply running the mpirun. as you know the code checks for the mpi with mpihelper and then it prints out e.g. running in parallel on 1 process(es). but when I run the heat equation on two processors it prints <br><br>running in parallel on 1 process(es)<br>running in parallel on 1 process(es)<br><br></div><div>which basically means the code is running sequentially twice.<br></div><div>I thought I need to use some flags, so I used the following flags to compile:<br><br>-DMPI_CC_COMPILER=mpicc.mpich \<br>
    -DMPI_CXX_COMPILER=mpicxx.mpich<br><br></div><div>but I got no change. <br></div><div>I thought tutorial 3 is incapable of running in parallel so I tried tutorial 6 which is about parallelization. But I got the same results.<br></div><div>MPICH is also installed on my ubuntu 15.10 system.<br><br></div><div>Any help would be appreciated.<br><br></div><div>Regards,<br></div><div>Afshin<br></div></div>