Skip to content

Commit 8eea942

Browse files
author
Ralph Castain
authored
Merge pull request #4721 from rhc54/topic/nidmap
Remove the orte_nidmap test
2 parents 87fbe5f + 345916f commit 8eea942

File tree

2 files changed

+2
-248
lines changed

2 files changed

+2
-248
lines changed

test/util/Makefile.am

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# Copyright (c) 2016 Cisco Systems, Inc. All rights reserved.
1515
# Copyright (c) 2018 Research Organization for Information Science
1616
# and Technology (RIST). All rights reserved.
17+
# Copyright (c) 2018 Intel, Inc. All rights reserved.
1718
# $COPYRIGHT$
1819
#
1920
# Additional copyrights may follow
@@ -32,8 +33,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/test/support
3233
# opal_os_create_dirpath \
3334
# opal_argv \
3435
# opal_basename \
35-
# opal_path_nfs \
36-
# orte_nidmap
36+
# opal_path_nfs
3737

3838

3939
check_PROGRAMS = \
@@ -122,12 +122,6 @@ opal_path_nfs_DEPENDENCIES = $(opal_path_nfs_LDADD)
122122
# $(top_builddir)/test/support/libsupport.a
123123
#orte_universe_setup_file_io_DEPENDENCIES = $(orte_universe_setup_file_io_LDADD)
124124

125-
#orte_nidmap_SOURCES = orte_nidmap.c
126-
#orte_nidmap_LDADD = \
127-
# $(top_builddir)/orte/libopen-rte.la \
128-
# $(top_builddir)/test/support/libsupport.a
129-
#orte_nidmap_DEPENDENCIES = $(orte_nidmap_LDADD)
130-
131125
bipartite_graph_SOURCES = bipartite_graph.c
132126
bipartite_graph_LDADD = \
133127
$(top_builddir)/opal/lib@[email protected] \

test/util/orte_nidmap.c

Lines changed: 0 additions & 240 deletions
This file was deleted.

0 commit comments

Comments
 (0)