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
4f4ddc31
Commit
4f4ddc31
authored
18 years ago
by
Danny Auble
Browse files
Options
Downloads
Patches
Plain Diff
mod so test1.83 will work with multi slurmd set up
parent
c623b34d
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/test1.83
+1
-7
1 addition, 7 deletions
testsuite/expect/test1.83
with
1 addition
and
7 deletions
testsuite/expect/test1.83
+
1
−
7
View file @
4f4ddc31
...
@@ -64,7 +64,7 @@ set host_1_num 0
...
@@ -64,7 +64,7 @@ set host_1_num 0
set host_2_num 0
set host_2_num 0
set waiting 0
set waiting 0
set timeout $max_job_delay
set timeout $max_job_delay
spawn $srun -N3-3 --contiguous -l -t1 $bin_
hostname
spawn $srun -N3-3 --contiguous -l -t1 $bin_
printenv SLURMD_NODENAME
expect {
expect {
-re "More ($alpha) requested than permitted" {
-re "More ($alpha) requested than permitted" {
send_user "\nWARNING: can't test srun task distribution\n"
send_user "\nWARNING: can't test srun task distribution\n"
...
@@ -130,12 +130,6 @@ if {[test_front_end] != 0} {
...
@@ -130,12 +130,6 @@ if {[test_front_end] != 0} {
exit $exit_code
exit $exit_code
}
}
if {[string compare $host_0_name $host_1_name] == 0} {
send_user "\nWARNING: Appears you are using "
send_user "multiple slurmd testing.\n"
send_user "This test won't work in that fashion.\n"
exit 0
}
if {[string compare $host_0_name ""] == 0} {
if {[string compare $host_0_name ""] == 0} {
send_user "\nFAILURE: Did not get hostname of task 0\n"
send_user "\nFAILURE: Did not get hostname of task 0\n"
set exit_code 1
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