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
5ad8a31c
Commit
5ad8a31c
authored
15 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
tweak test to find proper nodes to use on a BGL system
parent
7edcd69b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testsuite/expect/test4.12
+6
-2
6 additions, 2 deletions
testsuite/expect/test4.12
with
6 additions
and
2 deletions
testsuite/expect/test4.12
+
6
−
2
View file @
5ad8a31c
...
@@ -321,6 +321,10 @@ expect {
...
@@ -321,6 +321,10 @@ expect {
set def_hostlist $expect_out(1,string)
set def_hostlist $expect_out(1,string)
exp_continue
exp_continue
}
}
-re " BasePartitions=($alpha_numeric_nodelist)" {
set def_hostlist $expect_out(1,string)
exp_continue
}
timeout {
timeout {
send_user "\nFAILURE: scontrol not responding\n"
send_user "\nFAILURE: scontrol not responding\n"
set exit_code 1
set exit_code 1
...
@@ -347,7 +351,7 @@ expect {
...
@@ -347,7 +351,7 @@ expect {
}
}
log_user 1
log_user 1
if {$host_cnt == 0} {
if {$host_cnt == 0} {
send_user "\nFAILURE: could not any nodes in default partition\n"
send_user "\nFAILURE: could not
find
any nodes in default partition\n"
exit 1
exit 1
}
}
...
@@ -385,7 +389,7 @@ if {!$inode_found} {
...
@@ -385,7 +389,7 @@ if {!$inode_found} {
exit 1
exit 1
}
}
send_user "found idle node $inode_name with $inode_procs\n"
send_user "found idle node $inode_name with $inode_procs
processors
\n"
# figure out the select plugin we are using
# figure out the select plugin we are using
set select_type [test_select_type]
set select_type [test_select_type]
...
...
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