More skeleton infrastructure for MCA
This commit was SVN r161.
Этот коммит содержится в:
родитель
f58cc5c26f
Коммит
573a61e573
@ -4,3 +4,18 @@
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
|
||||
SUBDIRS = base $(MCA_pml_STATIC_SUBDIRS)
|
||||
DIST_SUBDIRS = base $(MCA_pml_ALL_SUBDIRS)
|
||||
|
||||
# Source code files
|
||||
|
||||
headers = coll.h
|
||||
|
||||
# Conditionally install the header files
|
||||
|
||||
if WANT_INSTALL_HEADERS
|
||||
lamdir = $(includedir)/lam/mca/mpi/pml
|
||||
lam_HEADERS = $(headers)
|
||||
else
|
||||
lamdir = $(includedir)
|
||||
endif
|
||||
|
5
src/mca/mpi/coll/base/Makefile.am
Обычный файл
5
src/mca/mpi/coll/base/Makefile.am
Обычный файл
@ -0,0 +1,5 @@
|
||||
#
|
||||
# $HEADER$
|
||||
#
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
@ -4,3 +4,4 @@
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
|
||||
SUBDIRS = base
|
||||
|
5
src/mca/mpi/io/base/Makefile.am
Обычный файл
5
src/mca/mpi/io/base/Makefile.am
Обычный файл
@ -0,0 +1,5 @@
|
||||
#
|
||||
# $HEADER$
|
||||
#
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
10
src/mca/mpi/io/io.h
Обычный файл
10
src/mca/mpi/io/io.h
Обычный файл
@ -0,0 +1,10 @@
|
||||
/*
|
||||
* $HEADER
|
||||
*/
|
||||
|
||||
#ifndef MCA_IO_H
|
||||
#define MCA_IO_H
|
||||
|
||||
/* JMS Need to fill in here */
|
||||
|
||||
#endif /* MCA_IO_H */
|
@ -4,3 +4,4 @@
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
|
||||
SUBDIRS = base
|
||||
|
5
src/mca/mpi/one/base/Makefile.am
Обычный файл
5
src/mca/mpi/one/base/Makefile.am
Обычный файл
@ -0,0 +1,5 @@
|
||||
#
|
||||
# $HEADER$
|
||||
#
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
10
src/mca/mpi/one/one.h
Обычный файл
10
src/mca/mpi/one/one.h
Обычный файл
@ -0,0 +1,10 @@
|
||||
/*
|
||||
* $HEADER
|
||||
*/
|
||||
|
||||
#ifndef MCA_ONE_H
|
||||
#define MCA_ONE_H
|
||||
|
||||
/* JMS Need to fill in here */
|
||||
|
||||
#endif /* MCA_ONE_H */
|
@ -4,3 +4,18 @@
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
|
||||
SUBDIRS = base $(MCA_pml_STATIC_SUBDIRS)
|
||||
DIST_SUBDIRS = base $(MCA_pml_ALL_SUBDIRS)
|
||||
|
||||
# Source code files
|
||||
|
||||
headers = pml.h
|
||||
|
||||
# Conditionally install the header files
|
||||
|
||||
if WANT_INSTALL_HEADERS
|
||||
lamdir = $(includedir)/lam/mca/mpi/pml
|
||||
lam_HEADERS = $(headers)
|
||||
else
|
||||
lamdir = $(includedir)
|
||||
endif
|
||||
|
5
src/mca/mpi/pml/base/Makefile.am
Обычный файл
5
src/mca/mpi/pml/base/Makefile.am
Обычный файл
@ -0,0 +1,5 @@
|
||||
#
|
||||
# $HEADER$
|
||||
#
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
@ -4,3 +4,18 @@
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
||||
|
||||
SUBDIRS = base $(MCA_ptl_STATIC_SUBDIRS)
|
||||
DIST_SUBDIRS = base $(MCA_ptl_ALL_SUBDIRS)
|
||||
|
||||
# Source code files
|
||||
|
||||
headers = ptl.h
|
||||
|
||||
# Conditionally install the header files
|
||||
|
||||
if WANT_INSTALL_HEADERS
|
||||
lamdir = $(includedir)/lam/mca/mpi/ptl
|
||||
lam_HEADERS = $(headers)
|
||||
else
|
||||
lamdir = $(includedir)
|
||||
endif
|
||||
|
5
src/mca/mpi/ptl/base/Makefile.am
Обычный файл
5
src/mca/mpi/ptl/base/Makefile.am
Обычный файл
@ -0,0 +1,5 @@
|
||||
#
|
||||
# $HEADER$
|
||||
#
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
5
src/mca/mpi/topo/base/Makefile.am
Обычный файл
5
src/mca/mpi/topo/base/Makefile.am
Обычный файл
@ -0,0 +1,5 @@
|
||||
#
|
||||
# $HEADER$
|
||||
#
|
||||
|
||||
include $(top_srcdir)/config/Makefile.options
|
10
src/mca/mpi/topo/topo.h
Обычный файл
10
src/mca/mpi/topo/topo.h
Обычный файл
@ -0,0 +1,10 @@
|
||||
/*
|
||||
* $HEADER
|
||||
*/
|
||||
|
||||
#ifndef MCA_IO_H
|
||||
#define MCA_IO_H
|
||||
|
||||
/* JMS Need to fill in here */
|
||||
|
||||
#endif /* MCA_IO_H */
|
Загрузка…
x
Ссылка в новой задаче
Block a user