orte/mca/common/alps: fix configure file
Fix configure file for alps to actually check for alps being available. Also include stdio.h explicitly in common_alps.c
Этот коммит содержится в:
родитель
ec38aa3732
Коммит
666344a081
@ -30,6 +30,7 @@
|
|||||||
#include "orte/constants.h"
|
#include "orte/constants.h"
|
||||||
#include "orte/mca/common/alps/common_alps.h"
|
#include "orte/mca/common/alps/common_alps.h"
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/syscall.h>
|
#include <sys/syscall.h>
|
||||||
|
|
||||||
|
@ -13,6 +13,8 @@
|
|||||||
# Copyright (c) 2007-2012 Cisco Systems, Inc. All rights reserved.
|
# Copyright (c) 2007-2012 Cisco Systems, Inc. All rights reserved.
|
||||||
# Copyright (c) 2009-2012 Mellanox Technologies. All rights reserved.
|
# Copyright (c) 2009-2012 Mellanox Technologies. All rights reserved.
|
||||||
# Copyright (c) 2009-2012 Oak Ridge National Laboratory. All rights reserved.
|
# Copyright (c) 2009-2012 Oak Ridge National Laboratory. All rights reserved.
|
||||||
|
# Copyright (c) 2014 Los Alamos National Security, LLC.
|
||||||
|
# All rights reserved.
|
||||||
# $COPYRIGHT$
|
# $COPYRIGHT$
|
||||||
#
|
#
|
||||||
# Additional copyrights may follow
|
# Additional copyrights may follow
|
||||||
@ -25,17 +27,14 @@
|
|||||||
# ------------------------------------------------
|
# ------------------------------------------------
|
||||||
AC_DEFUN([MCA_orte_common_alps_CONFIG],[
|
AC_DEFUN([MCA_orte_common_alps_CONFIG],[
|
||||||
AC_CONFIG_FILES([orte/mca/common/alps/Makefile])
|
AC_CONFIG_FILES([orte/mca/common/alps/Makefile])
|
||||||
common_verbs_happy="no"
|
|
||||||
OPAL_CHECK_OPENFABRICS([common_verbs],
|
|
||||||
[common_verbs_happy="yes"])
|
|
||||||
|
|
||||||
AS_IF([test "$common_verbs_happy" = "yes"],
|
ORTE_CHECK_ALPS([common_alps], [common_alps_happy="yes"], [common_alps_happy="no"])
|
||||||
[$1],
|
|
||||||
|
AS_IF([test "$common_alps_happy" = "yes"],
|
||||||
|
[$1
|
||||||
|
AC_SUBST([common_alps_CPPFLAGS])
|
||||||
|
AC_SUBST([common_alps_LDFLAGS])
|
||||||
|
AC_SUBST([common_alps_LIBS])],
|
||||||
[$2])
|
[$2])
|
||||||
|
#
|
||||||
# substitute in the things needed to build openib
|
|
||||||
AC_SUBST([common_alps_CFLAGS])
|
|
||||||
AC_SUBST([common_alps_CPPFLAGS])
|
|
||||||
AC_SUBST([common_alps_LDFLAGS])
|
|
||||||
AC_SUBST([common_alps_LIBS])
|
|
||||||
])dnl
|
])dnl
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user