0532d799d6
Some minor changes to help facilitate debugger support so that both mpirun and yod can operate with it. Still to be completed. This commit was SVN r18664.
23 строки
400 B
Makefile
23 строки
400 B
Makefile
#
|
|
# Copyright (c) 2007 Los Alamos National Security, LLC.
|
|
# All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
headers += \
|
|
base/base.h
|
|
|
|
libmca_routed_la_SOURCES += \
|
|
base/routed_base_components.c
|
|
|
|
if !ORTE_DISABLE_FULL_SUPPORT
|
|
|
|
libmca_routed_la_SOURCES += \
|
|
base/routed_base_register_sync.c \
|
|
base/routed_base_receive.c
|
|
endif
|