commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r7696 - gnuradio/branches/developers/eb/gcell/src/apps


From: eb
Subject: [Commit-gnuradio] r7696 - gnuradio/branches/developers/eb/gcell/src/apps
Date: Thu, 14 Feb 2008 20:39:25 -0700 (MST)

Author: eb
Date: 2008-02-14 20:39:25 -0700 (Thu, 14 Feb 2008)
New Revision: 7696

Modified:
   gnuradio/branches/developers/eb/gcell/src/apps/gen_script.py
Log:
benchmarking script fixes

Modified: gnuradio/branches/developers/eb/gcell/src/apps/gen_script.py
===================================================================
--- gnuradio/branches/developers/eb/gcell/src/apps/gen_script.py        
2008-02-15 03:39:06 UTC (rev 7695)
+++ gnuradio/branches/developers/eb/gcell/src/apps/gen_script.py        
2008-02-15 03:39:25 UTC (rev 7696)
@@ -62,14 +62,14 @@
             f.write(cmd)
             f.write(cmd)
 
-    f.write(") 2>&1 | tee %s\n" % (make_fname('results'),))
+    f.write(") | tee %s\n" % (make_fname('results'),))
 
     if options.oprofile:
         f.write("opcontrol --dump\n")
         f.write("opcontrol --stop\n")
         f.write("opreport -l | head -100 > %s\n" % (make_fname('opreport'),))
 
-    f.write("./split_and_avg_results.py > %s\n" % (make_fname('summary'),))
+    f.write("./split_and_avg_results.py %s > %s\n" % (make_fname('results'), 
make_fname('summary'),))
 
 
 if __name__ == '__main__':





reply via email to

[Prev in Thread] Current Thread [Next in Thread]