I believe this just reverted a commit last night from Howard that he needed to 
fix the build on the Cray.


> On Dec 9, 2014, at 5:52 AM, git...@crest.iu.edu wrote:
> 
> This is an automated email from the git hooks/post-receive script. It was
> generated because a ref change was pushed to the repository containing
> the project "open-mpi/ompi".
> 
> The branch, master has been updated
>       via  09d03a154bcb5ba1fae45895a20c7d4ffb9846ab (commit)
>      from  18d9fdfd8ddd9e778ea1193a9f44a0b0423b7a76 (commit)
> 
> Those revisions listed above that are new to this repository have
> not appeared on any other notification email; so we list those
> revisions in full, below.
> 
> - Log -----------------------------------------------------------------
> https://github.com/open-mpi/ompi/commit/09d03a154bcb5ba1fae45895a20c7d4ffb9846ab
> 
> commit 09d03a154bcb5ba1fae45895a20c7d4ffb9846ab
> Author: Jeff Squyres <jsquy...@cisco.com>
> Date:   Tue Dec 9 05:52:24 2014 -0800
> 
>    libfabric: fix some typos in the usnic configury
> 
> diff --git a/opal/mca/common/libfabric/configure.m4 
> b/opal/mca/common/libfabric/configure.m4
> index a255fc3..26b39e1 100644
> --- a/opal/mca/common/libfabric/configure.m4
> +++ b/opal/mca/common/libfabric/configure.m4
> @@ -267,12 +267,12 @@ AC_DEFUN([_OPAL_COMMON_LIBFABRIC_CHECK_INCDIR],[
> AC_DEFUN([_OPAL_COMMON_LIBFABRIC_EMBEDDED_PROVIDER_USNIC],[
>     opal_common_libfabric_usnic_happy=1
>     AC_CHECK_HEADER([linux/netlink.h], [],
> -                    [opal_common_libfabric_happy=0], [
> +                    [opal_common_libfabric_usnic_happy=0], [
> #include <sys/types.h>
> #include <net/if.h>
> ])
>     AC_CHECK_LIB([nl], [nl_connect], [],
> -                 [opal_common_libfabric_happy=0])
> +                 [opal_common_libfabric_usnic_happy=0])
> 
>     opal_common_libfabric_CPPFLAGS="$opal_common_libfabric_CPPFLAGS 
> -I$OPAL_TOP_SRCDIR/opal/mca/common/libfabric/libfabric/prov/usnic/src 
> -I$OPAL_TOP_SRCDIR/opal/mca/common/libfabric/libfabric/prov/usnic/src/usnic_direct"
>     
> opal_common_libfabric_LIBADD="\$(OPAL_TOP_BUILDDIR)/opal/mca/common/libfabric/lib${OPAL_LIB_PREFIX}mca_common_libfabric.la"
> @@ -286,5 +286,5 @@ 
> AC_DEFUN([_OPAL_COMMON_LIBFABRIC_EMBEDDED_PROVIDER_USNIC],[
> # --------------------------------------------------------
> AC_DEFUN([_OPAL_COMMON_LIBFABRIC_EMBEDDED_PROVIDER_USNIC_CONDITIONALS],[
>     AM_CONDITIONAL([OPAL_COMMON_LIBFABRIC_HAVE_PROVIDER_USNIC],
> -                   [test $opal_common_libfabric_happy -eq 1])
> +                   [test $opal_common_libfabric_usnic_happy -eq 1])
> ])
> 
> 
> -----------------------------------------------------------------------
> 
> Summary of changes:
> opal/mca/common/libfabric/configure.m4 | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
> 
> 
> hooks/post-receive
> -- 
> open-mpi/ompi
> _______________________________________________
> ompi-commits mailing list
> ompi-comm...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/ompi-commits

Reply via email to