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.
Этот коммит содержится в:
родитель
27b07a5d42
Коммит
e466fee747
@ -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
Обычный файл
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)
|
||||
])
|
Загрузка…
Ссылка в новой задаче
Block a user