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
4fd6fbbe
Commit
4fd6fbbe
authored
10 years ago
by
Morris Jette
Browse files
Options
Downloads
Plain Diff
Merge branch 'slurm-14.11'
Conflicts: NEWS testsuite/expect/test20.12
parents
0c3bc00b
f2dcf16c
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
NEWS
+1
-0
1 addition, 0 deletions
NEWS
testsuite/expect/Makefile.am
+1
-0
1 addition, 0 deletions
testsuite/expect/Makefile.am
testsuite/expect/Makefile.in
+1
-0
1 addition, 0 deletions
testsuite/expect/Makefile.in
testsuite/expect/test20.12
+4
-5
4 additions, 5 deletions
testsuite/expect/test20.12
with
7 additions
and
5 deletions
NEWS
+
1
−
0
View file @
4fd6fbbe
...
...
@@ -173,6 +173,7 @@ documents those changes that are of interest to users and administrators.
a newly submitted job can start immediately even if there is a higher
priority non-runnable job which has been waiting for less time than
bf_min_age_reserve.
-- qsub wrapper modified to export "all" with -V option
* Changes in Slurm 14.11.5
==========================
...
...
This diff is collapsed.
Click to expand it.
testsuite/expect/Makefile.am
+
1
−
0
View file @
4fd6fbbe
...
...
@@ -409,6 +409,7 @@ EXTRA_DIST = \
test20.9
\
test20.10
\
test20.11
\
test20.12
\
test21.1
\
test21.2
\
test21.3
\
...
...
This diff is collapsed.
Click to expand it.
testsuite/expect/Makefile.in
+
1
−
0
View file @
4fd6fbbe
...
...
@@ -800,6 +800,7 @@ EXTRA_DIST = \
test20.9
\
test20.10
\
test20.11
\
test20.12
\
test21.1
\
test21.2
\
test21.3
\
...
...
This diff is collapsed.
Click to expand it.
testsuite/expect/test20.12
+
4
−
5
View file @
4fd6fbbe
...
...
@@ -30,7 +30,6 @@ proc make_random_var_name {} {
}
proc run_qsub { variable1_name variable1_expect_val variable2_name variable2_expect_val qsub_extra_options extra_batch_header } {
global file_in
global file_out
global exit_code
...
...
@@ -45,6 +44,10 @@ proc run_qsub { variable1_name variable1_expect_val variable2_name variable2_exp
global variable2_value
global subtest_name
send_user "\n==============================================\n"
send_user "$subtest_name\n"
send_user "==============================================\n"
set job_id 0
exec rm -f $file_out
make_bash_script $file_in "$extra_batch_header\n$bin_echo $variable1_name=\$$variable1_name\n$bin_echo $variable2_name=\$$variable2_name\n"
...
...
@@ -86,7 +89,6 @@ proc run_qsub { variable1_name variable1_expect_val variable2_name variable2_exp
}
set matches 0
spawn $bin_cat $file_out
expect {
"$variable1_name=$variable1_expect_val\r\n" {
incr matches
...
...
@@ -111,8 +113,6 @@ proc run_qsub { variable1_name variable1_expect_val variable2_name variable2_exp
} else {
exit $exit_code
}
sleep 5
}
# Test -V
...
...
@@ -150,6 +150,5 @@ set var1_name [make_random_var_name]
set var2_name [make_random_var_name]
run_qsub $var1_name "LETITGOOO" $var2_name $variable2_value "-V -v $var1_name=LETITGOOO" "#SBATCH --export=NONE"
send_user "\nSUCCESS\n"
exit 0
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