1
1

Commit 2 of 2 to shorten romio component filenames: change the sym

links from mca_io_romio_dist_* to io_romio_*

This commit was SVN r7066.
Этот коммит содержится в:
Jeff Squyres 2005-08-27 15:33:42 +00:00
родитель 8006b1a5a8
Коммит 9d6c22b0d5
12 изменённых файлов: 268 добавлений и 268 удалений

Просмотреть файл

@ -41,22 +41,22 @@ AM_CPPFLAGS = \
noinst_LTLIBRARIES = libadio_hfs.la
libadio_hfs_la_SOURCES = \
ad_hfs.h \
mca_io_romio_dist_ad_hfs.c \
mca_io_romio_dist_ad_hfs_close.c \
mca_io_romio_dist_ad_hfs_done.c \
mca_io_romio_dist_ad_hfs_fcntl.c \
mca_io_romio_dist_ad_hfs_flush.c \
mca_io_romio_dist_ad_hfs_hints.c \
mca_io_romio_dist_ad_hfs_iread.c \
mca_io_romio_dist_ad_hfs_iwrite.c \
mca_io_romio_dist_ad_hfs_open.c \
mca_io_romio_dist_ad_hfs_rdcoll.c \
mca_io_romio_dist_ad_hfs_read.c \
mca_io_romio_dist_ad_hfs_resize.c \
mca_io_romio_dist_ad_hfs_seek.c \
mca_io_romio_dist_ad_hfs_wait.c \
mca_io_romio_dist_ad_hfs_wrcoll.c \
mca_io_romio_dist_ad_hfs_write.c
io_romio_ad_hfs.c \
io_romio_ad_hfs_close.c \
io_romio_ad_hfs_done.c \
io_romio_ad_hfs_fcntl.c \
io_romio_ad_hfs_flush.c \
io_romio_ad_hfs_hints.c \
io_romio_ad_hfs_iread.c \
io_romio_ad_hfs_iwrite.c \
io_romio_ad_hfs_open.c \
io_romio_ad_hfs_rdcoll.c \
io_romio_ad_hfs_read.c \
io_romio_ad_hfs_resize.c \
io_romio_ad_hfs_seek.c \
io_romio_ad_hfs_wait.c \
io_romio_ad_hfs_wrcoll.c \
io_romio_ad_hfs_write.c
#
# Sym link the sources to conform to the MCA prefix name rule
@ -64,7 +64,7 @@ libadio_hfs_la_SOURCES = \
dir=$(top_srcdir)/adio/ad_hfs
$(libadio_hfs_la_SOURCES):
if test ! -r $@ ; then \
pname=`echo $@ | cut -b '19-'` ; \
pname=`echo $@ | cut -b '10-'` ; \
rm -f $@; \
ln -s $(dir)/$$pname $@ ; \
fi

Просмотреть файл

@ -40,25 +40,25 @@ AM_CPPFLAGS = \
noinst_LTLIBRARIES = libadio_nfs.la
libadio_nfs_la_SOURCES = \
mca_io_romio_dist_ad_nfs.c \
io_romio_ad_nfs.c \
ad_nfs.h \
mca_io_romio_dist_ad_nfs_close.c \
mca_io_romio_dist_ad_nfs_done.c \
mca_io_romio_dist_ad_nfs_fcntl.c \
mca_io_romio_dist_ad_nfs_flush.c \
mca_io_romio_dist_ad_nfs_getsh.c \
mca_io_romio_dist_ad_nfs_hints.c \
mca_io_romio_dist_ad_nfs_iread.c \
mca_io_romio_dist_ad_nfs_iwrite.c \
mca_io_romio_dist_ad_nfs_open.c \
mca_io_romio_dist_ad_nfs_rdcoll.c \
mca_io_romio_dist_ad_nfs_read.c \
mca_io_romio_dist_ad_nfs_resize.c \
mca_io_romio_dist_ad_nfs_seek.c \
mca_io_romio_dist_ad_nfs_setsh.c \
mca_io_romio_dist_ad_nfs_wait.c \
mca_io_romio_dist_ad_nfs_wrcoll.c \
mca_io_romio_dist_ad_nfs_write.c
io_romio_ad_nfs_close.c \
io_romio_ad_nfs_done.c \
io_romio_ad_nfs_fcntl.c \
io_romio_ad_nfs_flush.c \
io_romio_ad_nfs_getsh.c \
io_romio_ad_nfs_hints.c \
io_romio_ad_nfs_iread.c \
io_romio_ad_nfs_iwrite.c \
io_romio_ad_nfs_open.c \
io_romio_ad_nfs_rdcoll.c \
io_romio_ad_nfs_read.c \
io_romio_ad_nfs_resize.c \
io_romio_ad_nfs_seek.c \
io_romio_ad_nfs_setsh.c \
io_romio_ad_nfs_wait.c \
io_romio_ad_nfs_wrcoll.c \
io_romio_ad_nfs_write.c
#
# Sym link the sources to conform to the MCA prefix name rule
@ -66,7 +66,7 @@ libadio_nfs_la_SOURCES = \
dir=$(top_srcdir)/adio/ad_nfs
$(libadio_nfs_la_SOURCES):
if test ! -r $@ ; then \
pname=`echo $@ | cut -b '19-'` ; \
pname=`echo $@ | cut -b '10-'` ; \
rm -f $@; \
ln -s $(dir)/$$pname $@ ; \
fi

Просмотреть файл

@ -40,23 +40,23 @@ AM_CPPFLAGS = \
noinst_LTLIBRARIES = libadio_ntfs.la
libadio_ntfs_la_SOURCES = \
mca_io_romio_dist_ad_ntfs.c \
io_romio_ad_ntfs.c \
ad_ntfs.h \
mca_io_romio_dist_ad_ntfs_close.c \
mca_io_romio_dist_ad_ntfs_done.c \
mca_io_romio_dist_ad_ntfs_fcntl.c \
mca_io_romio_dist_ad_ntfs_flush.c \
mca_io_romio_dist_ad_ntfs_hints.c \
mca_io_romio_dist_ad_ntfs_iread.c \
mca_io_romio_dist_ad_ntfs_iwrite.c \
mca_io_romio_dist_ad_ntfs_open.c \
mca_io_romio_dist_ad_ntfs_rdcoll.c \
mca_io_romio_dist_ad_ntfs_read.c \
mca_io_romio_dist_ad_ntfs_resize.c \
mca_io_romio_dist_ad_ntfs_seek.c \
mca_io_romio_dist_ad_ntfs_wait.c \
mca_io_romio_dist_ad_ntfs_wrcoll.c \
mca_io_romio_dist_ad_ntfs_write.c
io_romio_ad_ntfs_close.c \
io_romio_ad_ntfs_done.c \
io_romio_ad_ntfs_fcntl.c \
io_romio_ad_ntfs_flush.c \
io_romio_ad_ntfs_hints.c \
io_romio_ad_ntfs_iread.c \
io_romio_ad_ntfs_iwrite.c \
io_romio_ad_ntfs_open.c \
io_romio_ad_ntfs_rdcoll.c \
io_romio_ad_ntfs_read.c \
io_romio_ad_ntfs_resize.c \
io_romio_ad_ntfs_seek.c \
io_romio_ad_ntfs_wait.c \
io_romio_ad_ntfs_wrcoll.c \
io_romio_ad_ntfs_write.c
#
# Sym link the sources to conform to the MCA prefix name rule
@ -64,7 +64,7 @@ libadio_ntfs_la_SOURCES = \
dir=$(top_srcdir)/adio/ad_ntfs
$(libadio_ntfs_la_SOURCES):
if test ! -r $@ ; then \
pname=`echo $@ | cut -b '19-'` ; \
pname=`echo $@ | cut -b '10-'` ; \
rm -f $@; \
ln -s $(dir)/$$pname $@ ; \
fi

Просмотреть файл

@ -40,23 +40,23 @@ AM_CPPFLAGS = \
noinst_LTLIBRARIES = libadio_pfs.la
libadio_pfs_la_SOURCES = \
mca_io_romio_dist_ad_pfs.c \
mca_io_romio_dist_ad_pfs_close.c \
mca_io_romio_dist_ad_pfs_done.c \
mca_io_romio_dist_ad_pfs_fcntl.c \
mca_io_romio_dist_ad_pfs_flush.c \
io_romio_ad_pfs.c \
io_romio_ad_pfs_close.c \
io_romio_ad_pfs_done.c \
io_romio_ad_pfs_fcntl.c \
io_romio_ad_pfs_flush.c \
ad_pfs.h \
mca_io_romio_dist_ad_pfs_hints.c \
mca_io_romio_dist_ad_pfs_iread.c \
mca_io_romio_dist_ad_pfs_iwrite.c \
mca_io_romio_dist_ad_pfs_open.c \
mca_io_romio_dist_ad_pfs_rdcoll.c \
mca_io_romio_dist_ad_pfs_read.c \
mca_io_romio_dist_ad_pfs_resize.c \
mca_io_romio_dist_ad_pfs_seek.c \
mca_io_romio_dist_ad_pfs_wait.c \
mca_io_romio_dist_ad_pfs_wrcoll.c \
mca_io_romio_dist_ad_pfs_write.c
io_romio_ad_pfs_hints.c \
io_romio_ad_pfs_iread.c \
io_romio_ad_pfs_iwrite.c \
io_romio_ad_pfs_open.c \
io_romio_ad_pfs_rdcoll.c \
io_romio_ad_pfs_read.c \
io_romio_ad_pfs_resize.c \
io_romio_ad_pfs_seek.c \
io_romio_ad_pfs_wait.c \
io_romio_ad_pfs_wrcoll.c \
io_romio_ad_pfs_write.c
#
# Sym link the sources to conform to the MCA prefix name rule
@ -64,7 +64,7 @@ libadio_pfs_la_SOURCES = \
dir=$(top_srcdir)/adio/ad_pfs
$(libadio_pfs_la_SOURCES):
if test ! -r $@ ; then \
pname=`echo $@ | cut -b '19-'` ; \
pname=`echo $@ | cut -b '10-'` ; \
rm -f $@; \
ln -s $(dir)/$$pname $@ ; \
fi

Просмотреть файл

@ -40,23 +40,23 @@ AM_CPPFLAGS = \
noinst_LTLIBRARIES = libadio_piofs.la
libadio_piofs_la_SOURCES = \
mca_io_romio_dist_ad_piofs.c \
io_romio_ad_piofs.c \
ad_piofs.h \
mca_io_romio_dist_ad_piofs_close.c \
mca_io_romio_dist_ad_piofs_done.c \
mca_io_romio_dist_ad_piofs_fcntl.c \
mca_io_romio_dist_ad_piofs_flush.c \
mca_io_romio_dist_ad_piofs_hints.c \
mca_io_romio_dist_ad_piofs_iread.c \
mca_io_romio_dist_ad_piofs_iwrite.c \
mca_io_romio_dist_ad_piofs_open.c \
mca_io_romio_dist_ad_piofs_rdcoll.c \
mca_io_romio_dist_ad_piofs_read.c \
mca_io_romio_dist_ad_piofs_resize.c \
mca_io_romio_dist_ad_piofs_seek.c \
mca_io_romio_dist_ad_piofs_wait.c \
mca_io_romio_dist_ad_piofs_wrcoll.c \
mca_io_romio_dist_ad_piofs_write.c
io_romio_ad_piofs_close.c \
io_romio_ad_piofs_done.c \
io_romio_ad_piofs_fcntl.c \
io_romio_ad_piofs_flush.c \
io_romio_ad_piofs_hints.c \
io_romio_ad_piofs_iread.c \
io_romio_ad_piofs_iwrite.c \
io_romio_ad_piofs_open.c \
io_romio_ad_piofs_rdcoll.c \
io_romio_ad_piofs_read.c \
io_romio_ad_piofs_resize.c \
io_romio_ad_piofs_seek.c \
io_romio_ad_piofs_wait.c \
io_romio_ad_piofs_wrcoll.c \
io_romio_ad_piofs_write.c
#
# Sym link the sources to conform to the MCA prefix name rule
@ -64,7 +64,7 @@ libadio_piofs_la_SOURCES = \
dir=$(top_srcdir)/adio/ad_piofs
$(libadio_piofs_la_SOURCES):
if test ! -r $@ ; then \
pname=`echo $@ | cut -b '19-'` ; \
pname=`echo $@ | cut -b '10-'` ; \
rm -f $@; \
ln -s $(dir)/$$pname $@ ; \
fi

Просмотреть файл

@ -40,24 +40,24 @@ AM_CPPFLAGS = \
noinst_LTLIBRARIES = libadio_pvfs.la
libadio_pvfs_la_SOURCES = \
mca_io_romio_dist_ad_pvfs.c \
io_romio_ad_pvfs.c \
ad_pvfs.h \
mca_io_romio_dist_ad_pvfs_close.c \
mca_io_romio_dist_ad_pvfs_delete.c \
mca_io_romio_dist_ad_pvfs_done.c \
mca_io_romio_dist_ad_pvfs_fcntl.c \
mca_io_romio_dist_ad_pvfs_flush.c \
mca_io_romio_dist_ad_pvfs_hints.c \
mca_io_romio_dist_ad_pvfs_iread.c \
mca_io_romio_dist_ad_pvfs_iwrite.c \
mca_io_romio_dist_ad_pvfs_open.c \
mca_io_romio_dist_ad_pvfs_rdcoll.c \
mca_io_romio_dist_ad_pvfs_read.c \
mca_io_romio_dist_ad_pvfs_resize.c \
mca_io_romio_dist_ad_pvfs_seek.c \
mca_io_romio_dist_ad_pvfs_wait.c \
mca_io_romio_dist_ad_pvfs_wrcoll.c \
mca_io_romio_dist_ad_pvfs_write.c
io_romio_ad_pvfs_close.c \
io_romio_ad_pvfs_delete.c \
io_romio_ad_pvfs_done.c \
io_romio_ad_pvfs_fcntl.c \
io_romio_ad_pvfs_flush.c \
io_romio_ad_pvfs_hints.c \
io_romio_ad_pvfs_iread.c \
io_romio_ad_pvfs_iwrite.c \
io_romio_ad_pvfs_open.c \
io_romio_ad_pvfs_rdcoll.c \
io_romio_ad_pvfs_read.c \
io_romio_ad_pvfs_resize.c \
io_romio_ad_pvfs_seek.c \
io_romio_ad_pvfs_wait.c \
io_romio_ad_pvfs_wrcoll.c \
io_romio_ad_pvfs_write.c
#
# Sym link the sources to conform to the MCA prefix name rule
@ -65,7 +65,7 @@ libadio_pvfs_la_SOURCES = \
dir=$(top_srcdir)/adio/ad_pvfs
$(libadio_pvfs_la_SOURCES):
if test ! -r $@ ; then \
pname=`echo $@ | cut -b '19-'` ; \
pname=`echo $@ | cut -b '10-'` ; \
rm -f $@; \
ln -s $(dir)/$$pname $@ ; \
fi

Просмотреть файл

@ -40,23 +40,23 @@ AM_CPPFLAGS = \
noinst_LTLIBRARIES = libadio_sfs.la
libadio_sfs_la_SOURCES = \
mca_io_romio_dist_ad_sfs.c \
io_romio_ad_sfs.c \
ad_sfs.h \
mca_io_romio_dist_ad_sfs_close.c \
mca_io_romio_dist_ad_sfs_done.c \
mca_io_romio_dist_ad_sfs_fcntl.c \
mca_io_romio_dist_ad_sfs_flush.c \
mca_io_romio_dist_ad_sfs_hints.c \
mca_io_romio_dist_ad_sfs_iread.c \
mca_io_romio_dist_ad_sfs_iwrite.c \
mca_io_romio_dist_ad_sfs_open.c \
mca_io_romio_dist_ad_sfs_rdcoll.c \
mca_io_romio_dist_ad_sfs_read.c \
mca_io_romio_dist_ad_sfs_resize.c \
mca_io_romio_dist_ad_sfs_seek.c \
mca_io_romio_dist_ad_sfs_wait.c \
mca_io_romio_dist_ad_sfs_wrcoll.c \
mca_io_romio_dist_ad_sfs_write.c
io_romio_ad_sfs_close.c \
io_romio_ad_sfs_done.c \
io_romio_ad_sfs_fcntl.c \
io_romio_ad_sfs_flush.c \
io_romio_ad_sfs_hints.c \
io_romio_ad_sfs_iread.c \
io_romio_ad_sfs_iwrite.c \
io_romio_ad_sfs_open.c \
io_romio_ad_sfs_rdcoll.c \
io_romio_ad_sfs_read.c \
io_romio_ad_sfs_resize.c \
io_romio_ad_sfs_seek.c \
io_romio_ad_sfs_wait.c \
io_romio_ad_sfs_wrcoll.c \
io_romio_ad_sfs_write.c
#
# Sym link the sources to conform to the MCA prefix name rule
@ -64,7 +64,7 @@ libadio_sfs_la_SOURCES = \
dir=$(top_srcdir)/adio/ad_sfs
$(libadio_sfs_la_SOURCES):
if test ! -r $@ ; then \
pname=`echo $@ | cut -b '19-'` ; \
pname=`echo $@ | cut -b '10-'` ; \
rm -f $@; \
ln -s $(dir)/$$pname $@ ; \
fi

Просмотреть файл

@ -40,26 +40,26 @@ AM_CPPFLAGS = \
noinst_LTLIBRARIES = libadio_testfs.la
libadio_testfs_la_SOURCES = \
mca_io_romio_dist_ad_testfs.c \
io_romio_ad_testfs.c \
ad_testfs.h \
mca_io_romio_dist_ad_testfs_close.c \
mca_io_romio_dist_ad_testfs_delete.c \
mca_io_romio_dist_ad_testfs_done.c \
mca_io_romio_dist_ad_testfs_fcntl.c \
mca_io_romio_dist_ad_testfs_flush.c \
mca_io_romio_dist_ad_testfs_getsh.c \
mca_io_romio_dist_ad_testfs_hints.c \
mca_io_romio_dist_ad_testfs_iread.c \
mca_io_romio_dist_ad_testfs_iwrite.c \
mca_io_romio_dist_ad_testfs_open.c \
mca_io_romio_dist_ad_testfs_rdcoll.c \
mca_io_romio_dist_ad_testfs_read.c \
mca_io_romio_dist_ad_testfs_resize.c \
mca_io_romio_dist_ad_testfs_seek.c \
mca_io_romio_dist_ad_testfs_setsh.c \
mca_io_romio_dist_ad_testfs_wait.c \
mca_io_romio_dist_ad_testfs_wrcoll.c \
mca_io_romio_dist_ad_testfs_write.c
io_romio_ad_testfs_close.c \
io_romio_ad_testfs_delete.c \
io_romio_ad_testfs_done.c \
io_romio_ad_testfs_fcntl.c \
io_romio_ad_testfs_flush.c \
io_romio_ad_testfs_getsh.c \
io_romio_ad_testfs_hints.c \
io_romio_ad_testfs_iread.c \
io_romio_ad_testfs_iwrite.c \
io_romio_ad_testfs_open.c \
io_romio_ad_testfs_rdcoll.c \
io_romio_ad_testfs_read.c \
io_romio_ad_testfs_resize.c \
io_romio_ad_testfs_seek.c \
io_romio_ad_testfs_setsh.c \
io_romio_ad_testfs_wait.c \
io_romio_ad_testfs_wrcoll.c \
io_romio_ad_testfs_write.c
#
# Sym link the sources to conform to the MCA prefix name rule
@ -67,7 +67,7 @@ libadio_testfs_la_SOURCES = \
dir=$(top_srcdir)/adio/ad_testfs
$(libadio_testfs_la_SOURCES):
if test ! -r $@ ; then \
pname=`echo $@ | cut -b '19-'` ; \
pname=`echo $@ | cut -b '10-'` ; \
rm -f $@; \
ln -s $(dir)/$$pname $@ ; \
fi

Просмотреть файл

@ -40,23 +40,23 @@ AM_CPPFLAGS = \
noinst_LTLIBRARIES = libadio_ufs.la
libadio_ufs_la_SOURCES = \
mca_io_romio_dist_ad_ufs.c \
mca_io_romio_dist_ad_ufs_close.c \
mca_io_romio_dist_ad_ufs_done.c \
mca_io_romio_dist_ad_ufs_fcntl.c \
mca_io_romio_dist_ad_ufs_flush.c \
io_romio_ad_ufs.c \
io_romio_ad_ufs_close.c \
io_romio_ad_ufs_done.c \
io_romio_ad_ufs_fcntl.c \
io_romio_ad_ufs_flush.c \
ad_ufs.h \
mca_io_romio_dist_ad_ufs_hints.c \
mca_io_romio_dist_ad_ufs_iread.c \
mca_io_romio_dist_ad_ufs_iwrite.c \
mca_io_romio_dist_ad_ufs_open.c \
mca_io_romio_dist_ad_ufs_rdcoll.c \
mca_io_romio_dist_ad_ufs_read.c \
mca_io_romio_dist_ad_ufs_resize.c \
mca_io_romio_dist_ad_ufs_seek.c \
mca_io_romio_dist_ad_ufs_wait.c \
mca_io_romio_dist_ad_ufs_wrcoll.c \
mca_io_romio_dist_ad_ufs_write.c
io_romio_ad_ufs_hints.c \
io_romio_ad_ufs_iread.c \
io_romio_ad_ufs_iwrite.c \
io_romio_ad_ufs_open.c \
io_romio_ad_ufs_rdcoll.c \
io_romio_ad_ufs_read.c \
io_romio_ad_ufs_resize.c \
io_romio_ad_ufs_seek.c \
io_romio_ad_ufs_wait.c \
io_romio_ad_ufs_wrcoll.c \
io_romio_ad_ufs_write.c
#
# Sym link the sources to conform to the MCA prefix name rule
@ -64,7 +64,7 @@ libadio_ufs_la_SOURCES = \
dir=$(top_srcdir)/adio/ad_ufs
$(libadio_ufs_la_SOURCES):
if test ! -r $@ ; then \
pname=`echo $@ | cut -b '19-'` ; \
pname=`echo $@ | cut -b '10-'` ; \
rm -f $@; \
ln -s $(dir)/$$pname $@ ; \
fi

Просмотреть файл

@ -40,23 +40,23 @@ AM_CPPFLAGS = \
noinst_LTLIBRARIES = libadio_xfs.la
libadio_xfs_la_SOURCES = \
mca_io_romio_dist_ad_xfs.c \
io_romio_ad_xfs.c \
ad_xfs.h \
mca_io_romio_dist_ad_xfs_close.c \
mca_io_romio_dist_ad_xfs_done.c \
mca_io_romio_dist_ad_xfs_fcntl.c \
mca_io_romio_dist_ad_xfs_flush.c \
mca_io_romio_dist_ad_xfs_hints.c \
mca_io_romio_dist_ad_xfs_iread.c \
mca_io_romio_dist_ad_xfs_iwrite.c \
mca_io_romio_dist_ad_xfs_open.c \
mca_io_romio_dist_ad_xfs_rdcoll.c \
mca_io_romio_dist_ad_xfs_read.c \
mca_io_romio_dist_ad_xfs_resize.c \
mca_io_romio_dist_ad_xfs_seek.c \
mca_io_romio_dist_ad_xfs_wait.c \
mca_io_romio_dist_ad_xfs_wrcoll.c \
mca_io_romio_dist_ad_xfs_write.c
io_romio_ad_xfs_close.c \
io_romio_ad_xfs_done.c \
io_romio_ad_xfs_fcntl.c \
io_romio_ad_xfs_flush.c \
io_romio_ad_xfs_hints.c \
io_romio_ad_xfs_iread.c \
io_romio_ad_xfs_iwrite.c \
io_romio_ad_xfs_open.c \
io_romio_ad_xfs_rdcoll.c \
io_romio_ad_xfs_read.c \
io_romio_ad_xfs_resize.c \
io_romio_ad_xfs_seek.c \
io_romio_ad_xfs_wait.c \
io_romio_ad_xfs_wrcoll.c \
io_romio_ad_xfs_write.c
#
@ -65,7 +65,7 @@ libadio_xfs_la_SOURCES = \
dir=$(top_srcdir)/adio/ad_xfs
$(libadio_xfs_la_SOURCES):
if test ! -r $@ ; then \
pname=`echo $@ | cut -b '19-'` ; \
pname=`echo $@ | cut -b '10-'` ; \
rm -f $@; \
ln -s $(dir)/$$pname $@ ; \
fi

Просмотреть файл

@ -40,39 +40,39 @@ AM_CPPFLAGS = \
noinst_LTLIBRARIES = libadio_common.la
libadio_common_la_SOURCES = \
mca_io_romio_dist_ad_aggregate.c \
mca_io_romio_dist_ad_close.c \
mca_io_romio_dist_ad_delete.c \
mca_io_romio_dist_ad_end.c \
mca_io_romio_dist_ad_flush.c \
mca_io_romio_dist_ad_fstype.c \
mca_io_romio_dist_ad_get_sh_fp.c \
mca_io_romio_dist_ad_hints.c \
mca_io_romio_dist_ad_init.c \
mca_io_romio_dist_ad_open.c \
mca_io_romio_dist_ad_read_coll.c \
mca_io_romio_dist_ad_read_str.c \
mca_io_romio_dist_ad_read_str_naive.c \
mca_io_romio_dist_ad_seek.c \
mca_io_romio_dist_ad_set_sh_fp.c \
mca_io_romio_dist_ad_set_view.c \
mca_io_romio_dist_ad_write_coll.c \
mca_io_romio_dist_ad_write_str.c \
mca_io_romio_dist_async_list.c \
mca_io_romio_dist_byte_offset.c \
mca_io_romio_dist_cb_config_list.c \
mca_io_romio_dist_eof_offset.c \
mca_io_romio_dist_error.c \
mca_io_romio_dist_flatten.c \
mca_io_romio_dist_gencheck.c \
mca_io_romio_dist_get_fp_posn.c \
mca_io_romio_dist_iscontig.c \
mca_io_romio_dist_lock.c \
mca_io_romio_dist_malloc.c \
mca_io_romio_dist_req_malloc.c \
mca_io_romio_dist_setfn.c \
mca_io_romio_dist_shfp_fname.c \
mca_io_romio_dist_status_setb.c
io_romio_ad_aggregate.c \
io_romio_ad_close.c \
io_romio_ad_delete.c \
io_romio_ad_end.c \
io_romio_ad_flush.c \
io_romio_ad_fstype.c \
io_romio_ad_get_sh_fp.c \
io_romio_ad_hints.c \
io_romio_ad_init.c \
io_romio_ad_open.c \
io_romio_ad_read_coll.c \
io_romio_ad_read_str.c \
io_romio_ad_read_str_naive.c \
io_romio_ad_seek.c \
io_romio_ad_set_sh_fp.c \
io_romio_ad_set_view.c \
io_romio_ad_write_coll.c \
io_romio_ad_write_str.c \
io_romio_async_list.c \
io_romio_byte_offset.c \
io_romio_cb_config_list.c \
io_romio_eof_offset.c \
io_romio_error.c \
io_romio_flatten.c \
io_romio_gencheck.c \
io_romio_get_fp_posn.c \
io_romio_iscontig.c \
io_romio_lock.c \
io_romio_malloc.c \
io_romio_req_malloc.c \
io_romio_setfn.c \
io_romio_shfp_fname.c \
io_romio_status_setb.c
#
# Sym link the sources to conform to the MCA prefix name rule
@ -80,7 +80,7 @@ libadio_common_la_SOURCES = \
dir=$(top_srcdir)/adio/common
$(libadio_common_la_SOURCES):
if test ! -r $@ ; then \
pname=`echo $@ | cut -b '19-'` ; \
pname=`echo $@ | cut -b '10-'` ; \
rm -f $@; \
ln -s $(dir)/$$pname $@ ; \
fi

Просмотреть файл

@ -45,65 +45,65 @@ AM_CPPFLAGS = \
noinst_LTLIBRARIES = libmpi-io.la
libmpi_io_la_SOURCES = \
mca_io_romio_dist_close.c \
mca_io_romio_dist_delete.c \
mca_io_romio_dist_fsync.c \
mca_io_romio_dist_get_amode.c \
mca_io_romio_dist_get_atom.c \
mca_io_romio_dist_get_bytoff.c \
mca_io_romio_dist_get_errh.c \
mca_io_romio_dist_get_extent.c \
mca_io_romio_dist_get_group.c \
mca_io_romio_dist_get_info.c \
mca_io_romio_dist_get_posn.c \
mca_io_romio_dist_get_posn_sh.c \
mca_io_romio_dist_get_size.c \
mca_io_romio_dist_get_view.c \
mca_io_romio_dist_ioreq_c2f.c \
mca_io_romio_dist_ioreq_f2c.c \
mca_io_romio_dist_iotest.c \
mca_io_romio_dist_iowait.c \
mca_io_romio_dist_iread_at.c \
mca_io_romio_dist_iread.c \
mca_io_romio_dist_iread_sh.c \
mca_io_romio_dist_iwrite_at.c \
mca_io_romio_dist_iwrite.c \
mca_io_romio_dist_iwrite_sh.c \
io_romio_close.c \
io_romio_delete.c \
io_romio_fsync.c \
io_romio_get_amode.c \
io_romio_get_atom.c \
io_romio_get_bytoff.c \
io_romio_get_errh.c \
io_romio_get_extent.c \
io_romio_get_group.c \
io_romio_get_info.c \
io_romio_get_posn.c \
io_romio_get_posn_sh.c \
io_romio_get_size.c \
io_romio_get_view.c \
io_romio_ioreq_c2f.c \
io_romio_ioreq_f2c.c \
io_romio_iotest.c \
io_romio_iowait.c \
io_romio_iread_at.c \
io_romio_iread.c \
io_romio_iread_sh.c \
io_romio_iwrite_at.c \
io_romio_iwrite.c \
io_romio_iwrite_sh.c \
mpioimpl.h \
mpioprof.h \
mca_io_romio_dist_open.c \
mca_io_romio_dist_prealloc.c \
mca_io_romio_dist_rd_atallb.c \
mca_io_romio_dist_rd_atalle.c \
mca_io_romio_dist_read_allb.c \
mca_io_romio_dist_read_all.c \
mca_io_romio_dist_read_alle.c \
mca_io_romio_dist_read_atall.c \
mca_io_romio_dist_read_at.c \
mca_io_romio_dist_read.c \
mca_io_romio_dist_read_ordb.c \
mca_io_romio_dist_read_ord.c \
mca_io_romio_dist_read_orde.c \
mca_io_romio_dist_read_sh.c \
mca_io_romio_dist_seek.c \
mca_io_romio_dist_seek_sh.c \
mca_io_romio_dist_set_atom.c \
mca_io_romio_dist_set_errh.c \
mca_io_romio_dist_set_info.c \
mca_io_romio_dist_set_size.c \
mca_io_romio_dist_set_view.c \
mca_io_romio_dist_wr_atallb.c \
mca_io_romio_dist_wr_atalle.c \
mca_io_romio_dist_write_allb.c \
mca_io_romio_dist_write_all.c \
mca_io_romio_dist_write_alle.c \
mca_io_romio_dist_write_atall.c \
mca_io_romio_dist_write_at.c \
mca_io_romio_dist_write.c \
mca_io_romio_dist_write_ordb.c \
mca_io_romio_dist_write_ord.c \
mca_io_romio_dist_write_orde.c \
mca_io_romio_dist_write_sh.c
io_romio_open.c \
io_romio_prealloc.c \
io_romio_rd_atallb.c \
io_romio_rd_atalle.c \
io_romio_read_allb.c \
io_romio_read_all.c \
io_romio_read_alle.c \
io_romio_read_atall.c \
io_romio_read_at.c \
io_romio_read.c \
io_romio_read_ordb.c \
io_romio_read_ord.c \
io_romio_read_orde.c \
io_romio_read_sh.c \
io_romio_seek.c \
io_romio_seek_sh.c \
io_romio_set_atom.c \
io_romio_set_errh.c \
io_romio_set_info.c \
io_romio_set_size.c \
io_romio_set_view.c \
io_romio_wr_atallb.c \
io_romio_wr_atalle.c \
io_romio_write_allb.c \
io_romio_write_all.c \
io_romio_write_alle.c \
io_romio_write_atall.c \
io_romio_write_at.c \
io_romio_write.c \
io_romio_write_ordb.c \
io_romio_write_ord.c \
io_romio_write_orde.c \
io_romio_write_sh.c
#
# Sym link the sources to conform to the MCA prefix name rule
@ -111,7 +111,7 @@ libmpi_io_la_SOURCES = \
dir=$(top_srcdir)/mpi-io
$(libmpi_io_la_SOURCES):
if test ! -r $@ ; then \
pname=`echo $@ | cut -b '19-'` ; \
pname=`echo $@ | cut -b '10-'` ; \
rm -f $@; \
ln -s $(dir)/$$pname $@ ; \
fi