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
a35eaa3a
Commit
a35eaa3a
authored
11 years ago
by
Danny Auble
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/slurm-2.6'
Conflicts: testsuite/expect/inc21.30.6
parents
0a7db2e6
c30bda8a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testsuite/expect/inc21.30.6
+2
-2
2 additions, 2 deletions
testsuite/expect/inc21.30.6
testsuite/expect/test21.30
+21
-0
21 additions, 0 deletions
testsuite/expect/test21.30
with
23 additions
and
2 deletions
testsuite/expect/inc21.30.6
+
2
−
2
View file @
a35eaa3a
...
...
@@ -36,7 +36,7 @@ proc inc21_30_6 {} {
send_user "\nStarting MaxNode limit test\n\n"
set job_id1 0
spawn $salloc --account=$acct -N$maxnode_num $srun $bin_sleep 2
spawn $salloc --account=$acct -N$maxnode_num
--exclusive -t1
$srun $bin_sleep 2
expect {
-re "Granted job allocation ($number)" {
set job_id1 $expect_out(1,string)
...
...
@@ -58,7 +58,7 @@ proc inc21_30_6 {} {
# cancels remaining jobs
cancel_job $job_id1
spawn $salloc --account=$acct -N[expr $maxnode_num + 1] $srun $bin_sleep 2
spawn $salloc --account=$acct -N[expr $maxnode_num + 1]
--exclusive -t1
$srun $bin_sleep 2
expect {
-re "Pending job allocation ($number)" {
set job_id1 $expect_out(1,string)
...
...
This diff is collapsed.
Click to expand it.
testsuite/expect/test21.30
+
21
−
0
View file @
a35eaa3a
...
...
@@ -259,12 +259,18 @@ mod_qos -1 $grcpu_num -1 -1 -1 -1 -1 -1
sleep 5
#test GrpCpus
inc21_30_2
if {$exit_code != 0} {
endit
}
mod_qos -1 -1 $grjobs_num -1 -1 -1 -1 -1
sleep 5
# test GrpJob limits
inc21_30_3
if {$exit_code != 0} {
endit
}
mod_qos -1 -1 -1 $grsub_num -1 -1 -1 -1
...
...
@@ -272,6 +278,9 @@ mod_qos -1 -1 -1 $grsub_num -1 -1 -1 -1
sleep 5
# test GrpSubmit
inc21_30_4
if {$exit_code != 0} {
endit
}
mod_qos -1 -1 -1 -1 $maxcpu_num -1 -1 -1
...
...
@@ -279,23 +288,35 @@ mod_qos -1 -1 -1 -1 $maxcpu_num -1 -1 -1
sleep 5
#test MaxCpus limits
inc21_30_5
if {$exit_code != 0} {
endit
}
mod_qos -1 -1 -1 -1 -1 $maxnode_num -1 -1
sleep 5
#test MaxNode limit
inc21_30_6
if {$exit_code != 0} {
endit
}
mod_qos -1 -1 -1 -1 -1 -1 $maxjobs_num -1
sleep 5
#test MaxJobs limit
inc21_30_7
if {$exit_code != 0} {
endit
}
mod_qos -1 -1 -1 -1 -1 -1 -1 $maxjobsub_num
sleep 5
#test MaxJobsSubmits limit
inc21_30_8
if {$exit_code != 0} {
endit
}
endit
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