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
eeed0878
Commit
eeed0878
authored
16 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
increase time limit for bgl test to permit time for block boot
parent
c31c5850
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testsuite/expect/test8.6
+1
-1
1 addition, 1 deletion
testsuite/expect/test8.6
with
1 addition
and
1 deletion
testsuite/expect/test8.6
+
1
−
1
View file @
eeed0878
...
@@ -63,7 +63,7 @@ proc run_batch_jobs { node_cnt job_cnt file_in } {
...
@@ -63,7 +63,7 @@ proc run_batch_jobs { node_cnt job_cnt file_in } {
global sbatch srun number kill_srun
global sbatch srun number kill_srun
set start_cnt 0
set start_cnt 0
for {set inx 0} {$inx < $job_cnt} {incr inx} {
for {set inx 0} {$inx < $job_cnt} {incr inx} {
set sbatch_pid [spawn $sbatch --output=/dev/null -t
2
-N$node_cnt-$node_cnt $file_in]
set sbatch_pid [spawn $sbatch --output=/dev/null -t
5
-N$node_cnt-$node_cnt $file_in]
expect {
expect {
-re "More processors requested than permitted" {
-re "More processors requested than permitted" {
send_user "This error was expected, no worries\n"
send_user "This error was expected, no worries\n"
...
...
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