Re: [hwloc-devel] MPICH2 patches for hwloc

2012-05-11 Thread Pavan Balaji
On 05/11/2012 02:10 PM, Jeff Squyres wrote: On May 11, 2012, at 2:35 PM, Pavan Balaji wrote: 1. The patch to Makefile.am is an ugly hack to get "make dist" working in hydra. Specifically, autogen.sh was having trouble running in the tarball created by "make dist", since it still expects the ut

Re: [hwloc-devel] MPICH2 patches for hwloc

2012-05-11 Thread Jeff Squyres
On May 11, 2012, at 2:35 PM, Pavan Balaji wrote: > 1. The patch to Makefile.am is an ugly hack to get "make dist" working in > hydra. Specifically, autogen.sh was having trouble running in the tarball > created by "make dist", since it still expects the utils, tests, and doc > directories to b

Re: [hwloc-devel] MPICH2 patches for hwloc

2012-05-11 Thread Brice Goglin
(3) is of course OK, and (2) should be OK too, so I'll apply them to v1.4 and trunk. (1) is for Jeff. Brice Le 11/05/2012 20:35, Pavan Balaji a écrit : > Hi all, > > We just upgraded to hwloc-1.4.2. We'd like to push upstream some > patches that we maintain, if you find them appropriate. > >

[hwloc-devel] MPICH2 patches for hwloc

2012-05-11 Thread Pavan Balaji
Hi all, We just upgraded to hwloc-1.4.2. We'd like to push upstream some patches that we maintain, if you find them appropriate. Here's what we currently maintain: https://trac.mcs.anl.gov/projects/mpich2/changeset/9851 There are three pieces in this patch that we want to point out: 1. Th