Skip to content

Commit 3a4c042

Browse files
committed
move range tree into common code
1 parent cb840f4 commit 3a4c042

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/mpi/romio/adio/ad_logfs/Makefile.mk

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
if BUILD_AD_LOGFS
99

10-
AM_CPPFLAGS += -I$(top_srcdir)/adio/ad_logfs -I$(top_srcdir)/adio/ad_icache/cachelib
10+
AM_CPPFLAGS += -I$(top_srcdir)/adio/ad_logfs
1111

1212
noinst_HEADERS += adio/ad_logfs/ad_logfs_common.h\
1313
adio/ad_logfs/ad_logfs.h\
@@ -16,8 +16,7 @@ noinst_HEADERS += adio/ad_logfs/ad_logfs_common.h\
1616
adio/ad_logfs/logfs_info.h\
1717
adio/ad_logfs/logfs_rtree.h\
1818
adio/ad_logfs/logfs_user.h\
19-
adio/ad_logfs/rtree_config.h \
20-
adio/ad_icache/cachelib/rtree.h
19+
adio/ad_logfs/rtree_config.h
2120

2221
romio_other_sources += adio/ad_logfs/ad_logfs.c \
2322
adio/ad_logfs/ad_logfs_close.c \

src/mpi/romio/adio/common/Makefile.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,5 @@ romio_other_sources += \
7878
adio/common/layered.c \
7979
adio/common/memstack.c\
8080
adio/common/typehelper.c\
81-
adio/common/writering.c
81+
adio/common/writering.c \
82+
adio/common/rtree.c
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)