Skip to content

Commit

Permalink
Merge pull request #17 from chu11/openib_remove
Browse files Browse the repository at this point in the history
libnodeupdown: remove openib backend module
  • Loading branch information
chu11 authored Sep 12, 2023
2 parents b9235be + 61a256e commit 71e290c
Show file tree
Hide file tree
Showing 23 changed files with 13 additions and 803 deletions.
4 changes: 0 additions & 4 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ am__aclocal_m4_deps = $(top_srcdir)/config/ac_cerebro.m4 \
$(top_srcdir)/config/ac_hostsfile.m4 \
$(top_srcdir)/config/ac_nodeupdown_conf_file.m4 \
$(top_srcdir)/config/ac_nodeupdown_module_dir.m4 \
$(top_srcdir)/config/ac_openib.m4 \
$(top_srcdir)/config/ac_perl_destdir.m4 \
$(top_srcdir)/config/ac_perl_extensions.m4 \
$(top_srcdir)/config/ac_perl_site_arch.m4 \
Expand Down Expand Up @@ -290,7 +289,6 @@ MANPAGE_DEBUG = @MANPAGE_DEBUG@
MANPAGE_GANGLIA = @MANPAGE_GANGLIA@
MANPAGE_GENDERS = @MANPAGE_GENDERS@
MANPAGE_HOSTSFILE = @MANPAGE_HOSTSFILE@
MANPAGE_OPENIB = @MANPAGE_OPENIB@
MANPAGE_PINGD = @MANPAGE_PINGD@
MKDIR_P = @MKDIR_P@
NM = @NM@
Expand All @@ -300,8 +298,6 @@ NODEUPDOWN_CONF_FILE = @NODEUPDOWN_CONF_FILE@
NODEUPDOWN_MODULE_DIR = @NODEUPDOWN_MODULE_DIR@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
OPENIB_CFLAGS = @OPENIB_CFLAGS@
OPENIB_LIBS = @OPENIB_LIBS@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
Expand Down
1 change: 0 additions & 1 deletion aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -11193,7 +11193,6 @@ m4_include([config/ac_genders.m4])
m4_include([config/ac_hostsfile.m4])
m4_include([config/ac_nodeupdown_conf_file.m4])
m4_include([config/ac_nodeupdown_module_dir.m4])
m4_include([config/ac_openib.m4])
m4_include([config/ac_perl_destdir.m4])
m4_include([config/ac_perl_extensions.m4])
m4_include([config/ac_perl_site_arch.m4])
Expand Down
76 changes: 0 additions & 76 deletions config/ac_openib.m4

This file was deleted.

6 changes: 0 additions & 6 deletions config/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H

/* Define osm_mad_pool_init with 1 args */
#undef HAVE_FUNC_OSM_MAD_POOL_INIT_1

/* Define osm_mad_pool_init with 2 args */
#undef HAVE_FUNC_OSM_MAD_POOL_INIT_2

/* Define to 1 if you have the <getopt.h> header file. */
#undef HAVE_GETOPT_H

Expand Down
Loading

0 comments on commit 71e290c

Please sign in to comment.