;
> Mark Kosmowski
>
> > Message: 1
> > Date: Wed, 16 Apr 2008 14:32:58 +0200
> > From: " Jozef K??er "
> > Subject: Re: [OMPI users] open mpi on smp
> > To: "Open MPI Users"
> > Message-ID:
> ><8803b3d0804160532t6
he section.
http://www.open-mpi.org/faq/?category=running#mpirun-scheduling
Happy computing,
Mark Kosmowski
> Message: 1
> Date: Wed, 16 Apr 2008 14:32:58 +0200
> From: " Jozef K??er "
> Subject: Re: [OMPI users] open mpi on smp
>
I think that in pure OpenMPI environment (without any resorce manager) you
should be able to run applications like this:
mpirun -np 2 mpi_executable
or
mpirun -np 4 -machinefile machines.list mpi_executable
where machines.list contains a list of your computers identified by their
host names.
The
hi, am beginner in openmpi
could anyone tell me how do i run programs in open mpi on smp.. as in do I
have to do any changes in hostfile ... like in mpich -- I write
server:2
how do I do it openmpi