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

2015-02-17 Thread Burns, Andrew J CTR (US)
[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. The combined

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

2015-02-14 Thread Muhammad Ashfaqur Rahman
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 9:50

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

2015-02-06 Thread Burns, Andrew J CTR (US)
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 (UNCLASSIFIE

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

2015-02-06 Thread Muhammad Ashfaqur Rahman
ssage- > 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 Andrew Burn

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

2015-02-05 Thread Burns, Andrew J CTR (US)
-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 Andrew Burns, Thank you for your ideas. Your

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

2015-02-04 Thread Muhammad Ashfaqur Rahman
; 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: [

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

2015-02-03 Thread Burns, Andrew J CTR (US)
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 running two

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

[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