1
1
openmpi/oshmem/runtime/Makefile.am
Mike Dubman 323e4418b9 OSHMEM: extract memheap allocate methods into separate framework
- 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
2014-02-26 16:32:23 +00:00

29 строки
660 B
Makefile

# Copyright (c) 2013 Mellanox Technologies, Inc.
# All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
# This makefile.am does not stand on its own - it is included from oshmem/Makefile.am
dist_ompidata_DATA += runtime/help-shmem-runtime.txt
headers += \
runtime/runtime.h \
runtime/params.h \
runtime/oshmem_info_support.h \
runtime/oshmem_shmem_preconnect.h
liboshmem_la_SOURCES += \
runtime/oshmem_shmem_init.c \
runtime/oshmem_shmem_finalize.c \
runtime/oshmem_shmem_abort.c \
runtime/oshmem_shmem_params.c \
runtime/oshmem_shmem_exchange.c \
runtime/oshmem_info_support.c