Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GstLAL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
lscsoft
GstLAL
Commits
30f11569
Commit
30f11569
authored
11 years ago
by
Chad Hanna
Browse files
Options
Downloads
Patches
Plain Diff
gstlal_inspiral: add comment regarding local scratch space for frame data
parent
b688f1a7
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/bin/gstlal_inspiral
+4
-0
4 additions, 0 deletions
gstlal-inspiral/bin/gstlal_inspiral
with
4 additions
and
0 deletions
gstlal-inspiral/bin/gstlal_inspiral
+
4
−
0
View file @
30f11569
...
...
@@ -282,6 +282,10 @@ def parse_command_line():
# that request a higher rate an assertion would fail later
# anyway. Replace with a function to get max sample rate from
# provided svd banks.
# FIXME shouldn't use tempfile.gettempdir() directly, use
# _CONDOR_SCRATCH_DIR like glue??
# FIXME, note that at least for now condor sets TMPDIR to the
# run scratch space so this *will* work properly
detectors
.
local_cache_list
=
hoftcache
.
cache_hoft
(
detectors
,
output_path
=
tempfile
.
gettempdir
(),
sample_rate
=
4096
,
verbose
=
options
.
verbose
)
for
cacheentry
in
detectors
.
local_cache_list
:
print
>>
f
,
str
(
cacheentry
)
...
...
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