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
r > 410-306-0409 > ARL DSRC > andrew.j.bur...@us.army.mil > andrew.j.burns35@mail.mil > > -Original Message- > From: users [mailto:users-boun...@open-mpi.org] On Behalf Of Ralph Castain > Sent: Tuesday, February 03, 2015 9:05 AM > To: Open MPI Users > Subject:

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

2015-02-03 Thread Burns, Andrew J CTR (US)
artin Software Engineer 410-306-0409 ARL DSRC andrew.j.bur...@us.army.mil andrew.j.burns35@mail.mil -Original Message- From: users [mailto:users-boun...@open-mpi.org] On Behalf Of Ralph Castain Sent: Tuesday, February 03, 2015 9:05 AM To: Open MPI Users Subject: Re: [OMPI users] prob in runnin

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

2015-02-03 Thread Ralph Castain
I'm afraid I don't quite understand what you are saying, so let's see if I can clarify. You have two fortran MPI programs. You start one using "mpiexec". You then start the other one as a singleton - i.e., you just run "myapp" without using mpiexec. The two apps are attempting to execute an MPI_Con

[OMPI users] prob in running two mpi merged program

2015-02-03 Thread Muhammad Ashfaqur Rahman
Dear All, Take my greetings. I am new in mpi usage. I have problems in parallel run, when two fortran mpi programs are merged to one executable. If these two are separate, then they are running parallel. One program has used spmd and another one has used mpich header directly. Other issue is tha