
- similar to opal/shmem - next step is some refactoring and merge into opal/shmem Developed by Igor, reviewed by AlexM, MikeD This commit fixes trac:4261. This commit was SVN r30855. The following Trac tickets were found above: Ticket 4261 --> https://svn.open-mpi.org/trac/ompi/ticket/4261
18 строки
375 B
Makefile
18 строки
375 B
Makefile
# Copyright (c) 2014 Mellanox Technologies, Inc.
|
|
# All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
headers += \
|
|
base/base.h
|
|
|
|
libmca_sshmem_la_SOURCES += \
|
|
base/sshmem_base_close.c \
|
|
base/sshmem_base_select.c \
|
|
base/sshmem_base_open.c \
|
|
base/sshmem_base_wrappers.c
|