Skip to content
Snippets Groups Projects
Commit 8bc185a0 authored by Jason King's avatar Jason King
Browse files

Added support for the IBM Federation switch.

parent 211fedeb
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ AM_INIT_AUTOMAKE(slurm, $VERSION) ...@@ -23,6 +23,7 @@ AM_INIT_AUTOMAKE(slurm, $VERSION)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
AM_CONFIG_HEADER(slurm/slurm.h) AM_CONFIG_HEADER(slurm/slurm.h)
X_AC_AIX
dnl Checks for programs. dnl Checks for programs.
dnl dnl
...@@ -102,7 +103,6 @@ LDFLAGS="$LDFLAGS " ...@@ -102,7 +103,6 @@ LDFLAGS="$LDFLAGS "
CFLAGS="$CFLAGS $PTHREAD_CFLAGS" CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
LIBS="$PTHREAD_LIBS $LIBS" LIBS="$PTHREAD_LIBS $LIBS"
X_AC_AIX
X_AC_BGL X_AC_BGL
X_AC_SLURM_SEMAPHORE X_AC_SLURM_SEMAPHORE
X_AC_NCURSES X_AC_NCURSES
...@@ -135,6 +135,12 @@ X_AC_ELAN ...@@ -135,6 +135,12 @@ X_AC_ELAN
AM_CONDITIONAL(HAVE_ELAN, test "x$ac_have_elan" = "xyes") AM_CONDITIONAL(HAVE_ELAN, test "x$ac_have_elan" = "xyes")
AC_SUBST(HAVE_ELAN) AC_SUBST(HAVE_ELAN)
dnl check for whether to include Federation support
dnl
X_AC_FEDERATION
AM_CONDITIONAL(HAVE_FEDERATION, test "x$ac_have_federation" = "xyes")
AC_SUBST(HAVE_FEDERATION)
dnl Check for whether to include readline support dnl Check for whether to include readline support
dnl dnl
X_AC_READLINE X_AC_READLINE
...@@ -220,6 +226,7 @@ AC_CONFIG_FILES([Makefile ...@@ -220,6 +226,7 @@ AC_CONFIG_FILES([Makefile
src/plugins/switch/Makefile src/plugins/switch/Makefile
src/plugins/switch/elan/Makefile src/plugins/switch/elan/Makefile
src/plugins/switch/none/Makefile src/plugins/switch/none/Makefile
src/plugins/switch/federation/Makefile
doc/Makefile doc/Makefile
doc/man/Makefile doc/man/Makefile
testsuite/Makefile testsuite/Makefile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment