From 30f11569e66c66a3a7909c001782d82e57b3c15d Mon Sep 17 00:00:00 2001
From: chad hanna <chad.hanna@ligo.org>
Date: Tue, 11 Mar 2014 11:25:15 -0500
Subject: [PATCH] gstlal_inspiral: add comment regarding local scratch space
 for frame data

---
 gstlal-inspiral/bin/gstlal_inspiral | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gstlal-inspiral/bin/gstlal_inspiral b/gstlal-inspiral/bin/gstlal_inspiral
index 495cdb466f..8305454174 100755
--- a/gstlal-inspiral/bin/gstlal_inspiral
+++ b/gstlal-inspiral/bin/gstlal_inspiral
@@ -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)
-- 
GitLab