commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r7937 - gnuradio/branches/developers/eb/gcell-wip/src/


From: eb
Subject: [Commit-gnuradio] r7937 - gnuradio/branches/developers/eb/gcell-wip/src/lib
Date: Wed, 5 Mar 2008 12:12:37 -0700 (MST)

Author: eb
Date: 2008-03-05 12:12:37 -0700 (Wed, 05 Mar 2008)
New Revision: 7937

Modified:
   gnuradio/branches/developers/eb/gcell-wip/src/lib/qa_job_manager.cc
Log:
work-in-progress

Modified: gnuradio/branches/developers/eb/gcell-wip/src/lib/qa_job_manager.cc
===================================================================
--- gnuradio/branches/developers/eb/gcell-wip/src/lib/qa_job_manager.cc 
2008-03-05 19:12:00 UTC (rev 7936)
+++ gnuradio/branches/developers/eb/gcell-wip/src/lib/qa_job_manager.cc 
2008-03-05 19:12:37 UTC (rev 7937)
@@ -199,6 +199,7 @@
   // if it's us or the underlying exception handling mechanism, or
   // cppunit.  cppunit is the prime suspect.
 
+#if 0
   gc_job_manager *mgr = 0;
   gc_jm_options opts;
   opts.program_handle = &gcell_qa;
@@ -206,6 +207,7 @@
   opts.gang_schedule = true;
   CPPUNIT_ASSERT_THROW(mgr = gc_make_job_manager(&opts), std::out_of_range);
   delete mgr;
+#endif
 }
 
 static void
@@ -224,7 +226,6 @@
   gc_jm_options opts;
   opts.program_handle = &gcell_qa;
   opts.nspes = 1;
-  opts.gang_schedule = true;
   mgr = gc_make_job_manager(&opts);
   //mgr->set_debug(-1);
   static const int NJOBS = 32;
@@ -266,7 +267,6 @@
   gc_jm_options opts;
   opts.program_handle = &gcell_qa;
   opts.nspes = 0;      // use them all
-  opts.gang_schedule = true;
   mgr = gc_make_job_manager(&opts);
   //mgr->set_debug(-1);
   static const int NJOBS = 32;





reply via email to

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