Re: [hwloc-devel] mpich2 maintained patches for hwloc

2012-09-06 Thread Brice Goglin
No, we didn't apply anything to v1.5. In trunk, we're using sysconf instead of getpagesize when it supports SC_PAGESIZE or SC_PAGE_SIZE (very often). Brice Le 06/09/2012 05:33, Pavan Balaji a écrit : > Brice, > > Sorry, I didn't get to try this patch out. Did it end up in any of > the hwloc re

Re: [hwloc-devel] mpich2 maintained patches for hwloc

2012-09-06 Thread Pavan Balaji
On 09/06/2012 12:22 AM, Brice Goglin wrote: No, we didn't apply anything to v1.5. In trunk, we're using sysconf instead of getpagesize when it supports SC_PAGESIZE or SC_PAGE_SIZE (very often). Is this going to go into 1.5.1? -- Pavan Balaji http://www.mcs.anl.gov/~balaji

Re: [hwloc-devel] mpich2 maintained patches for hwloc

2012-09-06 Thread Brice Goglin
Le 06/09/2012 07:23, Pavan Balaji a écrit : > > On 09/06/2012 12:22 AM, Brice Goglin wrote: >> No, we didn't apply anything to v1.5. In trunk, we're using sysconf >> instead of getpagesize when it supports SC_PAGESIZE or SC_PAGE_SIZE >> (very often). > > Is this going to go into 1.5.1? > I wasn't

Re: [hwloc-devel] [hwloc-svn] svn:hwloc r4815 - branches/components/src

2012-09-06 Thread Brice Goglin
Le 05/09/2012 18:05, Brice Goglin a écrit : > Le 05/09/2012 17:23, Jeff Squyres a écrit : >> On Sep 5, 2012, at 11:12 AM, Brice Goglin wrote: >> To be clear: we have exactly the same situation in OMPI, and we do not link any of our DSOs against libmpi.so (we used to, but we don't any mor

Re: [hwloc-devel] -lhwloc in components.

2012-09-06 Thread Jeff Squyres
On Sep 5, 2012, at 12:43 PM, Brice Goglin wrote: > It may even be easier in hwloc since plugins are disabled by default. We > may just need to forbid --enable-static and --enabled-plugins > simultaneously. Static + plugins isn't a problem. See cases 8 and 11 on https://svn.open-mpi.org/trac/omp

Re: [hwloc-devel] [hwloc-svn] svn:hwloc r4815 - branches/components/src

2012-09-06 Thread Jeff Squyres
On Sep 6, 2012, at 4:00 AM, Brice Goglin wrote: > I just installed openmpi 1.6.1 win32.exe. I don't see any plugin in > there. There are several libmpi*.dll or libo*.dll, but no mca_btl_* or so Ah, ok. (sorry; I forgot to ping Shiqing yesterday -- I just did so now to get a confirmation of wh

Re: [hwloc-devel] [hwloc-svn] svn:hwloc r4815 - branches/components/src

2012-09-06 Thread Jeff Squyres
On Sep 6, 2012, at 7:46 AM, Jeff Squyres wrote: > (sorry; I forgot to ping Shiqing yesterday -- I just did so now to get a > confirmation of what you found) Shiqing confirms that DSOs are disabled by default on Windows. However, he says that they do actually work if you enable them. -- Jeff

Re: [hwloc-devel] [hwloc-svn] svn:hwloc r4815 - branches/components/src

2012-09-06 Thread Samuel Thibault
Jeff Squyres, le Thu 06 Sep 2012 15:46:29 +0200, a écrit : > On Sep 6, 2012, at 7:46 AM, Jeff Squyres wrote: > > (sorry; I forgot to ping Shiqing yesterday -- I just did so now to get a > > confirmation of what you found) > > > Shiqing confirms that DSOs are disabled by default on Windows. Howe

Re: [hwloc-devel] [hwloc-svn] svn:hwloc r4815 - branches/components/src

2012-09-06 Thread Brice Goglin
He's building with cmake instead of libtool. Maybe it's a libtool-only issue. Btw, I still need to look at his hwloc cmake patches. Brice Samuel Thibault a écrit : >Jeff Squyres, le Thu 06 Sep 2012 15:46:29 +0200, a écrit : >> On Sep 6, 2012, at 7:46 AM, Jeff Squyres wrote: >> > (sorry; I forg

Re: [hwloc-devel] [hwloc-svn] svn:hwloc r4815 - branches/components/src

2012-09-06 Thread Samuel Thibault
Brice Goglin, le Thu 06 Sep 2012 16:49:25 +0200, a écrit : > He's building with cmake instead of libtool. Maybe it's a libtool-only issue. Well, I believe it's a shortcoming of the dll system on windows, which doesn't permit undefined symbols (dlls are a *really* old thing) Samuel