Re: [OMPI users] Oversubscribing When Running Locally

2018-01-24 Thread Gilles Gouaillardet
Benjamin, There was no need to open a new thread with the same title and a slightly modified question, it just added some confusion. If you want to allow oversubscription by default, you can insert the following line in your /etc/openmpi-mca-params.conf (update the path if needed)

Re: [OMPI users] Oversubscribing When Running Locally

2018-01-24 Thread Jeff Squyres (jsquyres)
Ben -- Did you not see Jeff Hammond's reply earlier today? https://www.mail-archive.com/users@lists.open-mpi.org//msg31964.html > On Jan 24, 2018, at 5:40 PM, Benjamin Brock wrote: > > Recently, when I try to run something locally with OpenMPI with more than two >

Re: [hwloc-users] hwloc-2.0rc1 build warnings

2018-01-24 Thread Brice Goglin
#2 and #3 are OK About #1, we could rename pkgconfig and pkgdata prefixes into something like hwlocpkgconfig and hwlocpkgdata. I don't think the actual prefix value matters. I'll try that tomorrow. Brice Le 24/01/2018 à 23:46, Balaji, Pavan a écrit : > Hi Brice, > > Here are the other patches

Re: [hwloc-users] hwloc-2.0rc1 build warnings

2018-01-24 Thread Balaji, Pavan
Hi Brice, Here are the other patches that we are currently maintaining for hwloc. Can you see if these can be integrated upstream too: https://github.com/pmodels/hwloc/commit/44fe0a500e7828bcb2390fbd24656a7a26b450ed

[OMPI users] Oversubscribing When Running Locally

2018-01-24 Thread Benjamin Brock
Recently, when I try to run something locally with OpenMPI with more than two ranks (I have a dual-core machine), I get the friendly message -- There are not enough slots available in the system to satisfy the 3 slots that

Re: [hwloc-users] OFED requirements for netloc

2018-01-24 Thread Brice Goglin
OK In the meantime, maybe you can diff the ibnetdiscover outputs to see if anything obvious appears? You might need to sort the lines first if the outputs aren't ordered the same. Brice Le 24/01/2018 à 23:33, Craig West a écrit : > Brice, > > The output isn't big, just a pair of IB switches

Re: [hwloc-users] OFED requirements for netloc

2018-01-24 Thread Craig West
Brice, The output isn't big, just a pair of IB switches and a dozen hosts, some with single, some dual connections. However, we would need to sanitise the data, or at least look at it in detail first to see what it contains. I can say that the ibnetdiscover and ibroute commands report version

[hwloc-users] hwloc-2.0rc1 build warnings

2018-01-24 Thread Balaji, Pavan
Folks, I'm seeing these warnings on the mac os when building hwloc-2.0rc1 with clang: 8< CC lstopo-lstopo.o lstopo.c: In function 'usage': lstopo.c:425:7: warning: "CAIRO_HAS_XLIB_SURFACE" is not defined, evaluates to 0 [-Wundef] #elif CAIRO_HAS_XLIB_SURFACE && (defined

Re: [OMPI users] Oversubscribing

2018-01-24 Thread Jeff Hammond
mpirun --oversubscribe $OTHER_ARGS Jeff On Wed, Jan 24, 2018 at 12:13 PM, Benjamin Brock wrote: > > Recently, when I try to run something locally with OpenMPI with more than two ranks (I have a dual-core machine), I get the friendly message > >

[OMPI users] Oversubscribing

2018-01-24 Thread Benjamin Brock
Recently, when I try to run something locally with OpenMPI with more than two ranks (I have a dual-core machine), I get the friendly message -- There are not enough slots available in the system to satisfy the 3 slots that