Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gstlal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Duncan Macleod
gstlal
Commits
1f3223c0
Commit
1f3223c0
authored
5 years ago
by
Chad Hanna
Browse files
Options
Downloads
Patches
Plain Diff
REVERT ME: lloidparts: increase queue size to get some injection jobs to run
parent
885930a0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gstlal-inspiral/python/lloidparts.py
+1
-1
1 addition, 1 deletion
gstlal-inspiral/python/lloidparts.py
with
1 addition
and
1 deletion
gstlal-inspiral/python/lloidparts.py
+
1
−
1
View file @
1f3223c0
...
...
@@ -725,5 +725,5 @@ def mkLLOIDmulti(pipeline, detectors, banks, psd, psd_fft_length = 32, ht_gate_t
for
bank_id
,
head
in
itacac_dict
.
items
():
# FIXME Not sure why we need a queue here, but without
# the queue one injection job in ~5000 hangs
itacac_dict
[
bank_id
]
=
pipeparts
.
mkprogressreport
(
pipeline
,
pipeparts
.
mkqueue
(
pipeline
,
head
,
max_size_buffers
=
1
,
max_size_bytes
=
0
,
max_size_time
=
0
),
"
progress_xml_bank_%s
"
%
bank_id
)
itacac_dict
[
bank_id
]
=
pipeparts
.
mkprogressreport
(
pipeline
,
pipeparts
.
mkqueue
(
pipeline
,
head
,
max_size_buffers
=
1
0
,
max_size_bytes
=
0
,
max_size_time
=
0
),
"
progress_xml_bank_%s
"
%
bank_id
)
return
itacac_dict
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