Re: [OMPI devel] OMPI devel] hwloc missing NUMANode object

2017-01-11 Thread r...@open-mpi.org
Should be fixed here: https://github.com/open-mpi/ompi/pull/2711 > On Jan 5, 2017, at 6:42 AM, r...@open-mpi.org wrote: > > I can add a check to see if we have NUMA, and if not we can fall back to > socket (if present) or just “none” > >> On Jan 5,

Re: [OMPI devel] OMPI devel] hwloc missing NUMANode object

2017-01-05 Thread r...@open-mpi.org
I can add a check to see if we have NUMA, and if not we can fall back to socket (if present) or just “none” > On Jan 5, 2017, at 1:39 AM, Gilles Gouaillardet > wrote: > > Thanks Brice, > > Right now, the user facing issue is that numa binding is requested, and

Re: [OMPI devel] OMPI devel] hwloc missing NUMANode object

2017-01-05 Thread Gilles Gouaillardet
Thanks Brice, Right now, the user facing issue is that numa binding is requested, and there is no numa, so mpirun aborts. But you have a good point, we could simply not bind at all in this case instead of aborting, since the numa node would have been the full machine, which would have been a