t: Re: [OMPI users] Can I run MPI and non MPI programs together
>
> On Sunday 08 July 2007 08:22:04 pm Neville Clark wrote:
> > I have openmpi installed and running, but have a need to run non mpi
> > programs (3rd party software for which I don't have the source) together
&g
On Sunday 08 July 2007 08:22:04 pm Neville Clark wrote:
> I have openmpi installed and running, but have a need to run non mpi
> programs (3rd party software for which I don't have the source) together
> with mpi programs.
>
> Have managed to simplify the problem down to the following
>
> JobA
> in
I have openmpi installed and running, but have a need to run non mpi
programs (3rd party software for which I don't have the source) together
with mpi programs.
Have managed to simplify the problem down to the following
JobA
int main(.)
{
printf("Starting JobA\n");
MPI::Init();
printf