Skip to content

Commit 2cb6522

Browse files
authored
Merge pull request #590 from bgoglin/3.0-remove-netloc
remove netloc
2 parents c2a9843 + 1508957 commit 2cb6522

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+752
-10935
lines changed

.gitignore

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -205,19 +205,6 @@ test-suite.log
205205
/utils/lstopo/test-*.sh.log
206206
/utils/lstopo/test-*.sh.trs
207207

208-
/netloc.pc
209-
/netlocscotch.pc
210-
211-
/utils/netloc/infiniband/netloc_ib_gather_raw
212-
/utils/netloc/infiniband/netloc_ib_extract_dats
213-
/utils/netloc/draw/netloc_draw_to_json
214-
/utils/netloc/mpi/netloc_mpi_find_hosts
215-
/utils/netloc/mpi/netloc_mpi_rank_file
216-
/utils/netloc/mpi/netloc_rank_order
217-
218-
/tests/netloc/tests.sh
219-
/tests/netloc/data/scotch/scotch_get_arch
220-
221208
/contrib/systemd/hwloc-dump-hwdata.service
222209
/contrib/misc/hwloc-tweak-osindex
223210

Makefile.am

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ EXTRA_DIST = \
2020
SUBDIRS = include hwloc
2121

2222
if HWLOC_BUILD_STANDALONE
23-
if BUILD_NETLOC
24-
SUBDIRS += netloc
25-
endif
2623
SUBDIRS += utils tests contrib/systemd contrib/completion contrib/misc contrib/hwloc-ps.www
2724
# We need doc/ if HWLOC_BUILD_DOXYGEN, or during make install if HWLOC_INSTALL_DOXYGEN.
2825
# There's no INSTALL_SUBDIRS, so always enter doc/ and check HWLOC_BUILD/INSTALL_DOXYGEN there
@@ -35,24 +32,12 @@ DIST_SUBDIRS = $(SUBDIRS)
3532
if HWLOC_BUILD_STANDALONE
3633
DIST_SUBDIRS += contrib/windows
3734
EXTRA_DIST += contrib/windows-cmake
38-
if !BUILD_NETLOC
39-
DIST_SUBDIRS += netloc
40-
endif
4135
endif
4236

4337
# Only install the pkg file if we're building in standalone mode (and not on Windows)
4438
if HWLOC_BUILD_STANDALONE
4539
hwlocpkgconfigdir = $(libdir)/pkgconfig
4640
hwlocpkgconfig_DATA = hwloc.pc
47-
if BUILD_NETLOC
48-
# JMS Need to compare hwloc.pc and netloc.pc -- I think netloc.pc is
49-
# missing some things.
50-
# pkgconfig_DATA += netloc.pc Disabled until the netloc API is public
51-
EXTRA_DIST += netloc.pc
52-
if BUILD_NETLOCSCOTCH
53-
hwlocpkgconfig_DATA += netlocscotch.pc
54-
endif BUILD_NETLOCSCOTCH
55-
endif BUILD_NETLOC
5641
endif HWLOC_BUILD_STANDALONE
5742

5843
# Only install the valgrind suppressions file if we're building in
@@ -69,7 +54,6 @@ else !HWLOC_BUILD_STANDALONE
6954
dist-hook:
7055
@MKDIR_P@ \
7156
$(distdir)/doc \
72-
$(distdir)/netloc \
7357
$(distdir)/utils \
7458
$(distdir)/tests \
7559
$(distdir)/contrib/completion \

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Version 3.0.0
3636
+ lstopo has a new --osf option to tune the displaying of object
3737
attributes and units.
3838
* Removed features
39+
+ Netloc.
3940
+ Importing and exporting from/to hwloc 1.x XML.
4041
+ BlueGene/Q support.
4142
+ Functions that were deprecated since 2.0:

0 commit comments

Comments
 (0)