Adding files for the new unity module
This commit was SVN r826.
Этот коммит содержится в:
родитель
854844f446
Коммит
473c6c3785
2
src/mca/mpi/topo/unity/.cvsignore
Обычный файл
2
src/mca/mpi/topo/unity/.cvsignore
Обычный файл
@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
39
src/mca/mpi/topo/unity/Makefile.am
Обычный файл
39
src/mca/mpi/topo/unity/Makefile.am
Обычный файл
@ -0,0 +1,39 @@
|
||||
# -*- makefile -*-
|
||||
#
|
||||
# $HEADER$
|
||||
#
|
||||
|
||||
# Use the top-level LAM Makefile.options
|
||||
|
||||
include $(top_lam_srcdir)/config/Makefile.options
|
||||
|
||||
SUBDIRS = src
|
||||
DIST_SUBDIRS = config $(SUBDIRS)
|
||||
|
||||
EXTRA_DIST = VERSION
|
||||
|
||||
# According to the MCA spec, we have to make the output library here
|
||||
# in the top-level directory, and it has to be named
|
||||
# liblam_ssi_topo_lam_unity.la
|
||||
|
||||
if LAM_BUILD_LOADABLE_MODULE
|
||||
module_noinst =
|
||||
module_install = mca_topo_unity.la
|
||||
else
|
||||
module_noinst = libmca_mpi_topo_unity.la
|
||||
module_install =
|
||||
endif
|
||||
|
||||
mcamoduledir = $(libdir)/lam
|
||||
mcamodule_LTLIBRARIES = $(module_install)
|
||||
mca_topo_unity_la_SOURCES =
|
||||
mca_topo_unity_la_LIBADD = \
|
||||
src/libmca_topo_unity.la \
|
||||
$(LIBMPI_LA)
|
||||
mca_topo_unity_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
noinst_LTLIBRARIES = $(module_noinst)
|
||||
libmca_mpi_topo_unity_la_SOURCES =
|
||||
libmca_mpi_topo_unity_la_LIBADD = src/libmca_topo_unity.la
|
||||
libmca_mpi_topo_unity_la_LDFLAGS = -module -avoid-version
|
||||
|
6
src/mca/mpi/topo/unity/VERSION
Обычный файл
6
src/mca/mpi/topo/unity/VERSION
Обычный файл
@ -0,0 +1,6 @@
|
||||
major=10
|
||||
minor=0
|
||||
release=0
|
||||
alpha=0
|
||||
beta=0
|
||||
cvs=1
|
Загрузка…
x
Ссылка в новой задаче
Block a user