Re: [OMPI users] run a program

2014-02-26 Thread jody
Hi Raha Yes, that is correct. You have to make sure that max-slots is less or equal to the number of cpus in the node to avoid oversubscribing it. Have a look at the other entries in the FAQ, they give information on many other options you can use. http://www.open-mpi.org/faq/?category=running

Re: [OMPI users] run a program

2014-02-26 Thread raha khalili
Dear Jody Thank you for your reply. Based on hostfile examples you show me, I understand 'slots' is number of cpus of each node I mentioned in the file, am I true? Wishes On Wed, Feb 26, 2014 at 1:02 PM, jody wrote: > Hi > I think you should use the "--host" or "--hostfile" options: > http:

Re: [OMPI users] run a program

2014-02-26 Thread raha khalili
Dear John Hearns Thank you for your prompt reply. Could you send me a hostfile sample, please? and a sample command that I must use for my program based on my last post? Wishes On Wed, Feb 26, 2014 at 12:49 PM, John Hearns wrote: > Khadije - you need to give a list of compute hosts to mpirun.

Re: [OMPI users] run a program

2014-02-26 Thread jody
Hi I think you should use the "--host" or "--hostfile" options: http://www.open-mpi.org/faq/?category=running#simple-spmd-run http://www.open-mpi.org/faq/?category=running#mpirun-host Hope this helps Jody On Wed, Feb 26, 2014 at 8:31 AM, raha khalili wrote: > Dear Users > > This is my firs

Re: [OMPI users] run a program

2014-02-26 Thread John Hearns
Khadije - you need to give a list of compute hosts to mpirun. And probably have to set up passwordless ssh to each host.