Re: [OMPI users] openmpi tar.gz for 1.6.1 or 1.6.2

2012-07-16 Thread Elken, Tom
Or you could just do: mpirun --slot-list 0-3 -np 4 hostname That will put the four procs on the cpu numbers 0-3, which should all be on the first socket [Tom] Agreed. "physical id : 0" on each of CPUs 0-3 from your /proc/cpuinfo output confirms this. -Tom On Jul 16, 2012, at 3:23 PM, Domini

Re: [OMPI users] openmpi tar.gz for 1.6.1 or 1.6.2

2012-07-16 Thread Ralph Castain
Or you could just do: mpirun --slot-list 0-3 -np 4 hostname That will put the four procs on the cpu numbers 0-3, which should all be on the first socket On Jul 16, 2012, at 3:23 PM, Dominik Goeddeke wrote: > in the "old" 1.4.x and 1.5.x, I achieved this by using rankfiles (see FAQ), > and it

Re: [OMPI users] openmpi tar.gz for 1.6.1 or 1.6.2

2012-07-16 Thread Dominik Goeddeke
in the "old" 1.4.x and 1.5.x, I achieved this by using rankfiles (see FAQ), and it worked very well. With these versions, --byslot etc. didn't work for me, I always needed the rankfiles. I haven't tried the overhauled "convenience wrappers" in 1.6 that you are using for this feature yet, but I

Re: [OMPI users] openmpi tar.gz for 1.6.1 or 1.6.2

2012-07-16 Thread Anne M. Hammond
There are 2 physical processors, each with 4 cores (no hyperthreading). I want to instruct openmpi to run only on the first processor, using 4 cores. [hammond@node48 ~]$ cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 16 model : 4 model name

Re: [OMPI users] openmpi tar.gz for 1.6.1 or 1.6.2

2012-07-16 Thread Elken, Tom
Anne, output from "cat /proc/cpuinfo" on your node "hostname" may help those trying to answer. -Tom > -Original Message- > From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On > Behalf Of Ralph Castain > Sent: Monday, July 16, 2012 2:47 PM > To: Open MPI Users > Subj

Re: [OMPI users] openmpi tar.gz for 1.6.1 or 1.6.2

2012-07-16 Thread Ralph Castain
I gather there are two sockets on this node? So the second cmd line is equivalent to leaving "num-sockets" off of the cmd line? I haven't tried what you are doing, so it is quite possible this is a bug. On Jul 16, 2012, at 1:49 PM, Anne M. Hammond wrote: > Thanks! > > Built the latest snapsho

Re: [OMPI users] openmpi tar.gz for 1.6.1 or 1.6.2

2012-07-16 Thread Anne M. Hammond
Thanks! Built the latest snapshot. Still getting an error when trying to run on only one socket (see below): Is there a workaround? [hammond@node65 bin]$ ./mpirun -np 4 --num-sockets 1 --npersocket 4 hostname -- An invalid

Re: [OMPI users] openmpi tar.gz for 1.6.1 or 1.6.2

2012-07-16 Thread Ralph Castain
Jeff is at the MPI Forum this week, so his answers will be delayed. Last I heard, it was close, but no specific date has been set. On Jul 16, 2012, at 11:49 AM, Michael E. Thomadakis wrote: > When is the expected date for the official 1.6.1 (or 1.6.2 ?) to be available > ? > > mike > > On 07

Re: [OMPI users] openmpi tar.gz for 1.6.1 or 1.6.2

2012-07-16 Thread Michael E. Thomadakis
When is the expected date for the official 1.6.1 (or 1.6.2 ?) to be available ? mike On 07/16/2012 01:44 PM, Ralph Castain wrote: You can get it here: http://www.open-mpi.org/nightly/v1.6/ On Jul 16, 2012, at 10:22 AM, Anne M. Hammond wrote: Hi, For benchmarking, we would like to use open

Re: [OMPI users] openmpi tar.gz for 1.6.1 or 1.6.2

2012-07-16 Thread Ralph Castain
You can get it here: http://www.open-mpi.org/nightly/v1.6/ On Jul 16, 2012, at 10:22 AM, Anne M. Hammond wrote: > Hi, > > For benchmarking, we would like to use openmpi with > --num-sockets 1 > > This fails in 1.6, but Bug Report #3119 indicates it is changed in > 1.6.1. > > Is 1.6.1 or 1

[OMPI users] openmpi tar.gz for 1.6.1 or 1.6.2

2012-07-16 Thread Anne M. Hammond
Hi, For benchmarking, we would like to use openmpi with --num-sockets 1 This fails in 1.6, but Bug Report #3119 indicates it is changed in 1.6.1. Is 1.6.1 or 1.6.2 available in tar.gz form? Thanks! Anne