Re: [OMPI users] Need Help for understand heat equation 2D mpi solving version

2010-10-29 Thread Eugene Loh
christophe petit wrote: i am still trying to understand the parallelized version of the heat equation 2D solving that we saw at school. I am confused between the shift of the values near to the bounds done by the "updateBound" routine  and the main loop (at line 161 in main code)  which c

[OMPI users] Need Help for understand heat equation 2D mpi solving version

2010-10-29 Thread christophe petit
Hello, > > i am still trying to understand the parallelized version of the heat > equation 2D solving that we saw at school. In order to explain my problem, i > need to list the main code : > > 9 program heat > 10 > !