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
288a717b
Commit
288a717b
authored
16 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Reorder some logic in test7.11 for proper parsing (use sorted output)
parent
6cd0780a
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
NEWS
+3
-0
3 additions, 0 deletions
NEWS
testsuite/expect/test7.11
+8
-8
8 additions, 8 deletions
testsuite/expect/test7.11
with
11 additions
and
8 deletions
NEWS
+
3
−
0
View file @
288a717b
This file describes changes in recent versions of SLURM. It primarily
This file describes changes in recent versions of SLURM. It primarily
documents those changes that are of interest to users and admins.
documents those changes that are of interest to users and admins.
* Changes in SLURM 1.4.0-pre9
=============================
* Changes in SLURM 1.4.0-pre8
* Changes in SLURM 1.4.0-pre8
=============================
=============================
-- In order to create a new partition using the scontrol command, use
-- In order to create a new partition using the scontrol command, use
...
...
This diff is collapsed.
Click to expand it.
testsuite/expect/test7.11
+
8
−
8
View file @
288a717b
...
@@ -295,14 +295,6 @@ if {[wait_for_file $spank_out] == 0} {
...
@@ -295,14 +295,6 @@ if {[wait_for_file $spank_out] == 0} {
set matches_srun 0
set matches_srun 0
spawn $bin_sort $spank_out
spawn $bin_sort $spank_out
expect {
expect {
-re "spank_get_item: argv" {
incr matches
exp_continue
}
-re "spank_get_item: my_uid=" {
incr matches
exp_continue
}
-re "slurm_spank_exit: opt_arg=($number)" {
-re "slurm_spank_exit: opt_arg=($number)" {
if {$expect_out(1,string) == 4} {
if {$expect_out(1,string) == 4} {
incr matches_sbatch
incr matches_sbatch
...
@@ -321,6 +313,14 @@ if {[wait_for_file $spank_out] == 0} {
...
@@ -321,6 +313,14 @@ if {[wait_for_file $spank_out] == 0} {
}
}
exp_continue
exp_continue
}
}
-re "spank_get_item: argv" {
incr matches
exp_continue
}
-re "spank_get_item: my_uid=" {
incr matches
exp_continue
}
eof {
eof {
wait
wait
}
}
...
...
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