Re: [OMPI users] open mpi on smp

2008-04-17 Thread Cally K
; > 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

Re: [OMPI users] open mpi on smp

2008-04-16 Thread Mark Kosmowski
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 >

Re: [OMPI users] open mpi on smp

2008-04-16 Thread Jozef Káčer
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

[OMPI users] open mpi on smp

2008-04-15 Thread Cally K
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