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
6d85bf57
Commit
6d85bf57
authored
22 years ago
by
tewk
Browse files
Options
Downloads
Patches
Plain Diff
Added controller module for the slurmd
commented out the debug main define for src/slurmd/read_proc.c
parent
ecad8564
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/slurmd/Makefile.am
+2
-1
2 additions, 1 deletion
src/slurmd/Makefile.am
src/slurmd/read_proc.c
+1
-1
1 addition, 1 deletion
src/slurmd/read_proc.c
with
3 additions
and
2 deletions
src/slurmd/Makefile.am
+
2
−
1
View file @
6d85bf57
...
...
@@ -25,7 +25,8 @@ noinst_PROGRAMS = $(test_modules)
LDADD
=
$(
top_srcdir
)
/src/common/libcommon.la
slurmd_SOURCES
=
get_mach_stat.c
\
read_proc.c
read_proc.c
\
controller.c
# target specific CFLAGS do not work until automake 1.5, use explicit rules
# for now. If we ever move to 1.5, the CFLAGS defs below should work in
...
...
This diff is collapsed.
Click to expand it.
src/slurmd/read_proc.c
+
1
−
1
View file @
6d85bf57
...
...
@@ -38,7 +38,7 @@ struct sess_record {
struct
sess_record
*
session_ptr
;
#define BUF_SIZE 1024
#define DEBUG_MODULE
1
#define DEBUG_MODULE
0
#define DEBUG_SYSTEM 1
int
dump_proc
(
int
uid
,
int
sid
);
...
...
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