Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
8bc185a0
Commit
8bc185a0
authored
20 years ago
by
Jason King
Browse files
Options
Downloads
Patches
Plain Diff
Added support for the IBM Federation switch.
parent
211fedeb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.ac
+8
-1
8 additions, 1 deletion
configure.ac
with
8 additions
and
1 deletion
configure.ac
+
8
−
1
View file @
8bc185a0
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment