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
5f10dab8
Commit
5f10dab8
authored
15 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Tweak a test and documentation for change in scontrol output format
job's Eligible Time now StarTime
parent
936b3f44
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
+1
-4
1 addition, 4 deletions
doc/man/man1/scontrol.1
testsuite/expect/test17.18
+3
-3
3 additions, 3 deletions
testsuite/expect/test17.18
with
4 additions
and
7 deletions
doc/man/man1/scontrol.1
+
1
−
4
View file @
5f10dab8
.TH SCONTROL "1" "
August
2009" "scontrol 2.
0
" "Slurm components"
.TH SCONTROL "1" "
September
2009" "scontrol 2.
1
" "Slurm components"
.SH "NAME"
scontrol \- Used view and modify Slurm configuration and state.
...
...
@@ -338,9 +338,6 @@ Possible values are "YES" and "NO".
Defer job's initiation until specified job_id completes.
Cancel dependency with job_id value of "0", "Dependency=0".
.TP
\fIEligibleTime\fP=<time_spec>
Equivalent to \fIStartTime\fP.
.TP
\fIExcNodeList\fP=<nodes>
Set the job's list of excluded node. Multiple node names may be
specified using simple node range expressions (e.g. "lx[10\-20]").
...
...
This diff is collapsed.
Click to expand it.
testsuite/expect/test17.18
+
3
−
3
View file @
5f10dab8
...
...
@@ -177,11 +177,11 @@ expect {
incr match
exp_continue
}
-re "
Eligible
Time=($number)/($number)-12:00:00" {
-re "
Start
Time=($number)/($number)-12:00:00" {
incr match
exp_continue
}
-re "
Eligible
Time=($number)-($number)-($number)T12:00:00" {
-re "
Start
Time=($number)-($number)-($number)T12:00:00" {
incr match
exp_continue
}
...
...
@@ -195,7 +195,7 @@ expect {
}
}
if {$match != 2} {
send_user "\nFAILURE: unexpected JobState or
Eligible
Time\n"
send_user "\nFAILURE: unexpected JobState or
Start
Time\n"
set exit_code 1
}
...
...
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