Re: [OMPI users] MPI loop problem

2009-08-21 Thread Julia He
Thank you very much for your help. Julia --- On Wed, 8/19/09, Eugene Loh wrote: From: Eugene Loh Subject: Re: [OMPI users] MPI loop problem To: "Open MPI Users" List-Post: users@lists.open-mpi.org Date: Wednesday, August 19, 2009, 12:29 PM Juli

Re: [OMPI users] MPI loop problem

2009-08-19 Thread Julia He
roduced to parallelize). Julia He wrote: The OpenMPI version is [julia.he@bob bin]$ mpirun --version mpirun (Open MPI) 1.2.8 Report bugs to http://www.open-mpi.org/community/help/ The platform is [julia.he@bob bin]$ uname

Re: [OMPI users] MPI loop problem

2009-08-18 Thread Julia He
to the MPI implementation (but possibly related to code that was introduced to parallelize). Julia He wrote: The OpenMPI version is [julia.he@bob bin]$ mpirun --version mpirun (Open MPI) 1.2.8 Report bugs to http://www.open-mpi.org/community/help/ Th

Re: [OMPI users] MPI loop problem

2009-08-18 Thread Julia He
ts.open-mpi.org Date: Tuesday, August 18, 2009, 10:32 AM Sorry, but there is no way to answer this question with what is given. What is "my_sub" doing? Which version of OpenMPI are you talking about, and on what platform? On Tue, Aug 18, 2009 at 8:28 AM, Julia He wrote: Hi, I found

[OMPI users] MPI loop problem

2009-08-18 Thread Julia He
Hi, I found that the subroutine call inside a loop did not return correct value after certain iterations. In order to simplify the problem, the inputs to the subroutine are chosen to be constant, so the output should be the same for every iteration on every computing node. It is a fortran program,

[OMPI users] (no subject)

2009-08-18 Thread Julia He
Hi, I found that the subroutine call inside a loop did not return correct value after certain iterations. In order to simplify the problem, the inputs to the subroutine are chosen to be constant, so the output should be the same for every iteration on every computing node. It is a fortran program,