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
6e3b83d1
Commit
6e3b83d1
authored
12 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Minor test timing for slow launch/poe
parent
0d6e686a
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/test3.7
+3
-1
3 additions, 1 deletion
testsuite/expect/test3.7
with
3 additions
and
1 deletion
testsuite/expect/test3.7
+
3
−
1
View file @
6e3b83d1
...
...
@@ -177,6 +177,7 @@ if {[string compare $host_name ""] == 0} {
exit 1
}
# Submit another job to that same node
wait_for_job $job_id2 RUNNING
set srun_pid [spawn $sbatch -N1 -t2 --output=$file_out2 $file_prog_sh2]
expect {
-re "Submitted batch job ($number)" {
...
...
@@ -204,8 +205,9 @@ if {$job_id2 == 0} {
# Then resume job 2
# The sleep commands are added so the program can recognize
# that it has been suspended.
# The long initial sleep is due to POE launching jobs slowly
#
sleep
5
sleep
10
suspend_job $job_id1 suspend
if {$not_supported == 1} {
exec $bin_rm -f $file_out1 $file_out2 $file_prog $file_prog_sh1 $file_prog_sh2
...
...
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