New file naming convention in the MPI API dirs
This commit was SVN r105.
This commit is contained in:
parent
8ca9a40c78
commit
653eba5181
@ -266,7 +266,7 @@ fi
|
||||
|
||||
|
||||
# make sure we are at the top of the tree
|
||||
if test -f VERSION -a -f configure.ac -a -f src/mpi/c/d_get_name.c ; then
|
||||
if test -f VERSION -a -f configure.ac -a -f src/mpi/c/datatype_get_name.c ; then
|
||||
bad=0
|
||||
else
|
||||
cat <<EOF
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
# Init autoconf
|
||||
|
||||
AC_INIT(./src/mpi/c/d_get_name.c)
|
||||
AC_INIT(./src/mpi/c/datatype_get_name.c)
|
||||
AC_PREREQ(2.52)
|
||||
AC_CONFIG_AUX_DIR(./config)
|
||||
|
||||
|
@ -13,8 +13,8 @@ SUBDIRS = profile
|
||||
lib_LTLIBRARIES = libmpi_c.la
|
||||
|
||||
libmpi_c_la_SOURCES = \
|
||||
c_get_name.c \
|
||||
c_set_name.c \
|
||||
d_get_name.c \
|
||||
d_set_name.c
|
||||
comm_get_name.c \
|
||||
comm_set_name.c \
|
||||
datatype_get_name.c \
|
||||
datatype_set_name.c
|
||||
libmpi_c_la_LIBADD = profile/libmpi_c_profile.la
|
||||
|
@ -11,10 +11,10 @@ include $(top_srcdir)/config/Makefile.options
|
||||
noinst_LTLIBRARIES = libmpi_c_profile.la
|
||||
|
||||
nodist_libmpi_c_profile_la_SOURCES= \
|
||||
pc_get_name.c \
|
||||
pc_set_name.c \
|
||||
pd_get_name.c \
|
||||
pd_set_name.c
|
||||
pcomm_get_name.c \
|
||||
pcomm_set_name.c \
|
||||
pdatatype_get_name.c \
|
||||
pdatatype_set_name.c
|
||||
|
||||
# Sym link in the sources from the real MPI directory
|
||||
|
||||
|
@ -13,9 +13,9 @@ SUBDIRS = profile
|
||||
lib_LTLIBRARIES = libmpi_f77.la
|
||||
|
||||
libmpi_f77_la_SOURCES = \
|
||||
c_get_name_f.c \
|
||||
c_set_name_f.c \
|
||||
d_get_name_f.c \
|
||||
d_set_name_f.c
|
||||
comm_get_name_f.c \
|
||||
comm_set_name_f.c \
|
||||
datatype_get_name_f.c \
|
||||
datatype_set_name_f.c
|
||||
|
||||
libmpi_f77_la_LIBADD = profile/libmpi_f77_profile.la
|
||||
|
@ -11,10 +11,10 @@ include $(top_srcdir)/config/Makefile.options
|
||||
noinst_LTLIBRARIES = libmpi_f77_profile.la
|
||||
|
||||
nodist_libmpi_f77_profile_la_SOURCES= \
|
||||
pc_get_name_f.c \
|
||||
pc_set_name_f.c \
|
||||
pd_get_name_f.c \
|
||||
pd_set_name_f.c
|
||||
pcomm_get_name_f.c \
|
||||
pcomm_set_name_f.c \
|
||||
pdatatype_get_name_f.c \
|
||||
pdatatype_set_name_f.c
|
||||
|
||||
# Sym link in the sources from the real MPI directory
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user