Re: [OMPI devel] libfabric, config.h and hwloc

2014-12-20 Thread George Bosilca
u] > *Sent:* Saturday, December 20, 2014 12:56 AM > *To:* Open MPI Developers > *Subject:* Re: [OMPI devel] libfabric, config.h and hwloc > > The trunk is broken: > > libfabric/libfabric/include/fi.h:50:25: error: stdatomic.h: No such file > or directory > > George. >

Re: [OMPI devel] libfabric, config.h and hwloc

2014-12-20 Thread Ralph Castain
] > Sent: Saturday, December 20, 2014 12:56 AM > To: Open MPI Developers > Subject: Re: [OMPI devel] libfabric, config.h and hwloc > > The trunk is broken: > > libfabric/libfabric/include/fi.h:50:25: error: stdatomic.h: No such file or > directory > > George

Re: [OMPI devel] libfabric, config.h and hwloc

2014-12-20 Thread Jeff Squyres (jsquyres)
, 2014 12:56 AM To: Open MPI Developers Subject: Re: [OMPI devel] libfabric, config.h and hwloc The trunk is broken: libfabric/libfabric/include/fi.h:50:25: error: stdatomic.h: No such file or directory George. On Fri, Dec 19, 2014 at 2:03 AM, Gilles Gouaillardet <gilles.gouaillar...@iferc.

Re: [OMPI devel] libfabric, config.h and hwloc

2014-12-20 Thread Jeff Squyres (jsquyres)
Gouaillardet [gilles.gouaillar...@iferc.org] Sent: Thursday, December 18, 2014 3:13 AM To: Open MPI Developers Subject: [OMPI devel] libfabric, config.h and hwloc Jeff, currently, ompi master cannot be built if configured with --without-hwloc *and without* --without-libfabric. the root cause

Re: [OMPI devel] libfabric, config.h and hwloc

2014-12-20 Thread George Bosilca
The trunk is broken: libfabric/libfabric/include/fi.h:50:25: error: stdatomic.h: No such file or directory George. On Fri, Dec 19, 2014 at 2:03 AM, Gilles Gouaillardet < gilles.gouaillar...@iferc.org> wrote: > Jeff, > > the include path is $top_srcdir/opal/mca/event/libevent2021/libevent >

Re: [OMPI devel] libfabric, config.h and hwloc

2014-12-19 Thread Gilles Gouaillardet
Jeff, the include path is $top_srcdir/opal/mca/event/libevent2021/libevent and the libevent config.h is in $top_builddir/opal/mca/event/libevent2021/libevent so if you do not use VPATH, $top_srcdir = $top_builddir and make success, but since i use VPATH, $top_srcdir != $top_builddir and there is

Re: [OMPI devel] libfabric, config.h and hwloc

2014-12-18 Thread Jeff Squyres (jsquyres)
On Dec 18, 2014, at 3:13 AM, Gilles Gouaillardet wrote: > currently, ompi master cannot be built if configured with > --without-hwloc *and without* --without-libfabric. > > the root cause is HAVE_CONFIG_H is defined but no config.h file is found. > > i digged a

[OMPI devel] libfabric, config.h and hwloc

2014-12-18 Thread Gilles Gouaillardet
Jeff, currently, ompi master cannot be built if configured with --without-hwloc *and without* --without-libfabric. the root cause is HAVE_CONFIG_H is defined but no config.h file is found. i digged a bit and found that config.h is taken from a hwloc directory (if the --without-hwloc option is