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
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
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
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
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
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:
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
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
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