Le 20/01/2011 22:16, Pavan Balaji a écrit : > Hi all, > > One of the patches that we maintain in MPICH2 for hwloc is to disable > picking stricter compiler options based on the fact that a ".svn" or > ".hg" is available. This is similar to disabling picking verbose mode > based on .svn or .hg existing, that I had reported earlier. > > https://svn.open-mpi.org/trac/hwloc/browser/branches/v1.1/config/hwloc_internal.m4?rev=3120#L162 > > > Is this something that can be fixed in hwloc, or do you guys prefer > having it? > > -- Pavan >
I'd rather keep it. Maybe Jeff can add a m4 macro that your m4 would call to disable it? Something that would force the default value of hwloc_want_picky to 0. What's surprising is that this code is in HWLOC_SETUP_DOCS. Do you call HWLOC_SETUP_DOCS in MPICH2? Brice