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
3f47e346
Commit
3f47e346
authored
22 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Refined per Hommes recommendations.
parent
9f77a439
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/sinfo.1
+5
-4
5 additions, 4 deletions
doc/man/man1/sinfo.1
doc/man/man3/slurm_free_job_info_msg.3
+3
-1
3 additions, 1 deletion
doc/man/man3/slurm_free_job_info_msg.3
with
8 additions
and
5 deletions
doc/man/man1/sinfo.1
+
5
−
4
View file @
3f47e346
.TH SINFO "1" "
November
200
2
" "sinfo 0.1" "Slurm components"
.TH SINFO "1" "
February
200
3
" "sinfo 0.1" "Slurm components"
.SH "NAME"
sinfo \- Used to view information of jobs located in the scheduling queue.
...
...
@@ -33,9 +33,10 @@ List nodes of a given state.
List only a partition state summary. Do not show individual nodes.
.TP
\fB\-p <partition>\fR, \fB\-\-partition <partition>\fR
Display information about the specified partition. If \fB-p\fR is used with a
\fB-n\fR with no arguments, all the nodes of the specified partition will be
displayed.
Display information about the specified partition.
If \fB-p\fR is used no arguments, all partitions will be displayed.
If \fB-p\fR is used with a \fB-n\fR having no arguments, all the nodes of the
specified partition will be displayed.
.TP
\fB\-\-usage\fR
Dipaly brief description of commands and options.
...
...
This diff is collapsed.
Click to expand it.
doc/man/man3/slurm_free_job_info_msg.3
+
3
−
1
View file @
3f47e346
.TH "Slurm API" "3" "
Jan
uary 2003" "Morris Jette" "Slurm job information reporting functions"
.TH "Slurm API" "3" "
Febr
uary 2003" "Morris Jette" "Slurm job information reporting functions"
.SH "NAME"
slurm_free_job_info_msg, slurm_load_jobs,
slurm_print_job_info, slurm_print_job_info_msg
...
...
@@ -101,6 +101,8 @@ On success, zero is returned. On error, -1 is returned, and Slurm error code is
\fBSLURM_NO_CHANGE_IN_DATA\fR Data has not changed since \fBupdate_time\fR.
.LP
\fBSLURM_PROTOCOL_VERSION_ERROR\fR Protocol version has changed, re-link your code.
.LP
\fBESLURM_INVALID_JOB_ID\fR Request for information about a non-existent job.
.SH "EXAMPLE"
.LP
#include <stdio.h>
...
...
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