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
b49b9c35
Commit
b49b9c35
authored
18 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Note that some values of ProctrackType are unable to identify all processses.
parent
ddfab710
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
doc/man/man1/scontrol.1
+3
-1
3 additions, 1 deletion
doc/man/man1/scontrol.1
src/plugins/proctrack/pgid/proctrack_pgid.c
+1
-1
1 addition, 1 deletion
src/plugins/proctrack/pgid/proctrack_pgid.c
with
4 additions
and
2 deletions
doc/man/man1/scontrol.1
+
3
−
1
View file @
b49b9c35
...
@@ -107,7 +107,9 @@ Print a listing of the process IDs in a job step (if JOBID.STEPID is provided),
...
@@ -107,7 +107,9 @@ Print a listing of the process IDs in a job step (if JOBID.STEPID is provided),
or all of the job steps in a job (if JOBID is provided), or all of the job
or all of the job steps in a job (if JOBID is provided), or all of the job
steps in all of the jobs on the local node (if JOBID is not provided or JOBID
steps in all of the jobs on the local node (if JOBID is not provided or JOBID
is "*"). This will work only with processes on node on which scontrol is run,
is "*"). This will work only with processes on node on which scontrol is run,
and only for those processes spawned by SLURM and their descendants.
and only for those processes spawned by SLURM and their descendants. Note that
some SLURM configurations (\fIProctrackType\fP value of \fIpgid\fP or \fIaix\fP)
are unable to identify all processes associated with a job or job step.
Note that the NodeName option is only really useful when you have multiple
Note that the NodeName option is only really useful when you have multiple
slurmd daemons running on the same host machine. Multiple slurmd daemons on
slurmd daemons running on the same host machine. Multiple slurmd daemons on
...
...
This diff is collapsed.
Click to expand it.
src/plugins/proctrack/pgid/proctrack_pgid.c
+
1
−
1
View file @
b49b9c35
...
@@ -186,6 +186,6 @@ slurm_container_wait(uint32_t cont_id)
...
@@ -186,6 +186,6 @@ slurm_container_wait(uint32_t cont_id)
extern
int
extern
int
slurm_container_get_pids
(
uint32_t
cont_id
,
pid_t
**
pids
,
int
*
npids
)
slurm_container_get_pids
(
uint32_t
cont_id
,
pid_t
**
pids
,
int
*
npids
)
{
{
error
(
"proctrack/
aix
does not implement slurm_container_get_pids"
);
error
(
"proctrack/
pgid
does not implement slurm_container_get_pids"
);
return
SLURM_ERROR
;
return
SLURM_ERROR
;
}
}
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