Re: [OMPI users] prob in running two mpi merged program (UNCLASSIFIED)

2015-02-17 Thread Burns, Andrew J CTR (US)
rom: users [mailto:users-boun...@open-mpi.org] On Behalf Of Muhammad Ashfaqur Rahman Sent: Saturday, February 14, 2015 6:10 AM To: Open MPI Users Subject: Re: [OMPI users] prob in running two mpi merged program (UNCLASSIFIED) Dear Andrew Burns, Many thanks to you for providing steps to check my programs. Th

Re: [OMPI users] prob in running two mpi merged program (UNCLASSIFIED)

2015-02-14 Thread Muhammad Ashfaqur Rahman
will want to check all of the calls inside the main loop to ensure > that none of them call finalize. > > -Andrew Burns > > -----Original Message- > From: users [mailto:users-boun...@open-mpi.org] On Behalf Of Muhammad > Ashfaqur Rahman > Sent: Friday, February 06, 2015

Re: [OMPI users] prob in running two mpi merged program (UNCLASSIFIED)

2015-02-06 Thread Burns, Andrew J CTR (US)
nsure that none of them call finalize. -Andrew Burns -Original Message- From: users [mailto:users-boun...@open-mpi.org] On Behalf Of Muhammad Ashfaqur Rahman Sent: Friday, February 06, 2015 9:50 AM To: Open MPI Users Subject: Re: [OMPI users] prob in running two mpi merged program (UNCLAS

Re: [OMPI users] prob in running two mpi merged program (UNCLASSIFIED)

2015-02-06 Thread Muhammad Ashfaqur Rahman
t; -Andrew Burns > > -Original Message- > From: users [mailto:users-boun...@open-mpi.org] On Behalf Of Muhammad > Ashfaqur Rahman > Sent: Wednesday, February 04, 2015 3:42 PM > To: Open MPI Users > Subject: Re: [OMPI users] prob in running two mpi merged program > (UNC

Re: [OMPI users] prob in running two mpi merged program (UNCLASSIFIED)

2015-02-05 Thread Burns, Andrew J CTR (US)
ing several errors. -Andrew Burns -Original Message- From: users [mailto:users-boun...@open-mpi.org] On Behalf Of Muhammad Ashfaqur Rahman Sent: Wednesday, February 04, 2015 3:42 PM To: Open MPI Users Subject: Re: [OMPI users] prob in running two mpi merged program (UNCLASSIFIED) Dear Andre

Re: [OMPI users] prob in running two mpi merged program (UNCLASSIFIED)

2015-02-04 Thread Muhammad Ashfaqur Rahman
Dear Andrew Burns, Thank you for your ideas. Your guess is partly correct, I am trying to merge two sets of programs into one executable and then run in mpi. As per your suggestion, I have omitted the MPI_Finalize from of one set. And also commented the MPI_Barrier in some parts. But still it is se

Re: [OMPI users] prob in running two mpi merged program (UNCLASSIFIED)

2015-02-03 Thread Burns, Andrew J CTR (US)
Classification: UNCLASSIFIED Caveats: NONE If I could venture a guess, it sounds like you are trying to merge two separate programs into one executable and run them in parallel via MPI. The problem sounds like an issue where your program starts in parallel but then changes back to serial while