1
1

OSHMEM: memheap framework fix warn, remove verbs deps

fixed by Igor, reviewed by Miked

cmr=v1.7.5:reviewer=ompi-rm1.7

This commit was SVN r30874.
Этот коммит содержится в:
Mike Dubman 2014-02-27 07:22:57 +00:00
родитель 27b07a5d42
Коммит e466fee747
2 изменённых файлов: 20 добавлений и 5 удалений

Просмотреть файл

@ -1,4 +1,4 @@
# Copyright (c) 2013 Mellanox Technologies, Inc.
# Copyright (c) 2014 Mellanox Technologies, Inc.
# All rights reserved.
# $COPYRIGHT$
#
@ -7,8 +7,6 @@
# $HEADER$
#
AM_CPPFLAGS = $(oshmem_verbs_CPPFLAGS)
dist_ompidata_DATA += base/help-shmem-mca.txt
headers += \
@ -21,5 +19,3 @@ libmca_memheap_la_SOURCES += \
base/memheap_base_static.c \
base/memheap_base_register.c \
base/memheap_base_mkey.c
libmca_memheap_la_LDFLAGS += -module -avoid-version

19
oshmem/mca/memheap/configure.m4 Обычный файл
Просмотреть файл

@ -0,0 +1,19 @@
# -*- shell-script -*-
#
# Copyright (c) 2014 Mellanox Technologies, Inc.
# All rights reserved.
#
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
AC_DEFUN([MCA_oshmem_memheap_CONFIG],[
# configure all the components
MCA_CONFIGURE_FRAMEWORK($1, $2, 1)
# this is a direct callable component, so set that up.
MCA_SETUP_DIRECT_CALL($1, $2)
])