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
09ceb65c
Commit
09ceb65c
authored
22 years ago
by
jce
Browse files
Options
Downloads
Patches
Plain Diff
changed build_info.c to config_info.c
parent
03274d21
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
src/api/Makefile.am
+4
-4
4 additions, 4 deletions
src/api/Makefile.am
with
4 additions
and
4 deletions
src/api/Makefile.am
+
4
−
4
View file @
09ceb65c
...
@@ -12,7 +12,7 @@ INCLUDES = -I$(top_srcdir)/src/common
...
@@ -12,7 +12,7 @@ INCLUDES = -I$(top_srcdir)/src/common
# (--enable-debug)
# (--enable-debug)
#
#
if
DEBUG_MODULES
if
DEBUG_MODULES
test_modules
=
allocate
build
_info cancel job_info node_info partition_info reconfigure submit update_config
test_modules
=
allocate
config
_info cancel job_info node_info partition_info reconfigure submit update_config
else
else
test_modules
=
test_modules
=
endif
endif
...
@@ -24,7 +24,7 @@ lib_LTLIBRARIES = libslurm.la
...
@@ -24,7 +24,7 @@ lib_LTLIBRARIES = libslurm.la
libslurm_la_SOURCES
=
\
libslurm_la_SOURCES
=
\
allocate.c
\
allocate.c
\
build
_info.c
\
config
_info.c
\
job_info.c
\
job_info.c
\
node_info.c
\
node_info.c
\
partition_info.c
\
partition_info.c
\
...
@@ -62,7 +62,7 @@ libslurm_la_DEPENDENCIES = libslurm.sym $(libslurm_la_LIBADD)
...
@@ -62,7 +62,7 @@ libslurm_la_DEPENDENCIES = libslurm.sym $(libslurm_la_LIBADD)
# place of the rules that follow.
# place of the rules that follow.
#allocate_CFLAGS = -DDEBUG_MODULE $(AM_CFLAGS)
#allocate_CFLAGS = -DDEBUG_MODULE $(AM_CFLAGS)
#
build
_info_CFLAGS = -DDEBUG_MODULE $(AM_CFLAGS)
#
config
_info_CFLAGS = -DDEBUG_MODULE $(AM_CFLAGS)
#cancel_CFLAGS = -DDEBUG_MODULE $(AM_CFLAGS)
#cancel_CFLAGS = -DDEBUG_MODULE $(AM_CFLAGS)
#job_info_CFLAGS = -DDEBUG_MODULE $(AM_CFLAGS)
#job_info_CFLAGS = -DDEBUG_MODULE $(AM_CFLAGS)
#node_info_CFLAGS = -DDEBUG_MODULE $(AM_CFLAGS)
#node_info_CFLAGS = -DDEBUG_MODULE $(AM_CFLAGS)
...
@@ -82,7 +82,7 @@ libslurm_la_DEPENDENCIES = libslurm.sym $(libslurm_la_LIBADD)
...
@@ -82,7 +82,7 @@ libslurm_la_DEPENDENCIES = libslurm.sym $(libslurm_la_LIBADD)
maintests
:
allocate cancel job_info node_info partition_info reconfigure submit update_config
maintests
:
allocate cancel job_info node_info partition_info reconfigure submit update_config
allocate
:
allocate_d.o
allocate
:
allocate_d.o
build
_info
:
build
_info_d.o
config
_info
:
config
_info_d.o
cancel
:
cancel_d.o
cancel
:
cancel_d.o
job_info
:
job_info_d.o
job_info
:
job_info_d.o
node_info
:
node_info_d.o
node_info
:
node_info_d.o
...
...
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