Re: [OMPI users] Core ids not coming properly

2013-02-15 Thread Ralph Castain
27;s Topics: > >1. Core ids not coming properly (Kranthi Kumar) >2. Re: Core ids not coming properly (Brice Goglin) > > > ------------------ > > Message: 1 > Date: Fri, 15 Feb 2013 22:04:11 +0530 > From: Kranthi Kumar > Subject: [OMPI users] Core ids not comi

Re: [OMPI users] Core ids not coming properly

2013-02-15 Thread Kranthi Kumar
properly (Kranthi Kumar) >2. Re: Core ids not coming properly (Brice Goglin) > > > -- > > Message: 1 > Date: Fri, 15 Feb 2013 22:04:11 +0530 > From: Kranthi Kumar > Subject: [OMPI users] Core ids not coming

Re: [OMPI users] Core ids not coming properly

2013-02-15 Thread Jeff Squyres (jsquyres)
+1 In addition, you might want to upgrade to Open MPI 1.6.x -- 1.4.x is fairly ancient. 1.6.x's mpirun also has a --report-bindings option which tells you where procs are bound. For example: mpirun --bind-to-core --report-bindings ...etc. On Feb 15, 2013, at 11:46 AM, Brice Goglin wrote

Re: [OMPI users] Core ids not coming properly

2013-02-15 Thread Brice Goglin
IntelMPI binds processes by default, while OMPI doesn't. What's your mpiexec/mpirun command-line? Brice Le 15/02/2013 17:34, Kranthi Kumar a écrit : > Hello Sir > > Here below is the code which I wrote using hwloc for getting the > bindings of the processes. > I tested this code on SDSC Gordon

[OMPI users] Core ids not coming properly

2013-02-15 Thread Kranthi Kumar
Hello Sir Here below is the code which I wrote using hwloc for getting the bindings of the processes. I tested this code on SDSC Gordon Super Computer which has Open MPI 1.4.3 and on TACC Stampede which uses intel's MPI library IMPI. With Open MPI I get all the core ids for all the processes as 0.