[OMPI devel] about r32685

2014-09-08 Thread Gilles Gouaillardet
Ralph and Brice, i noted Ralph commited r32685 in order to fix a problem with Intel compilers. The very similar issue occurs with clang 3.2 (gcc and clang 3.4 are ok for me) imho, the root cause is in the hwloc configure. in this case, configure fails to detect strncasecmp is part of the C includ

Re: [OMPI devel] about r32685

2014-09-08 Thread Ralph Castain
I'll have to let Brice comment on the config change. All I can say is that "tolower" on my CentOS box is defined in , and that has to be included in the misc.h header. On Sep 8, 2014, at 5:49 PM, Gilles Gouaillardet wrote: > Ralph and Brice, > > i noted Ralph commited r32685 in order to fix

Re: [OMPI devel] about r32685

2014-09-08 Thread Gilles Gouaillardet
Ralph, ok, let me clarify my point : tolower() is invoked in : opal/mca/hwloc/hwloc191/hwloc/src/misc.c and ctype.h is already #include'd in this file tolower() is also invoked in : opal/mca/hwloc/hwloc191/hwloc/include/private/misc.h *only* if HWLOC_HAVE_DECL_STRNCASECMP is not #define'd : sta