commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: eb
Subject: [Commit-gnuradio] r8038 - gnuradio/branches/developers/eb/gcell-wip/src/apps
Date: Mon, 17 Mar 2008 23:11:56 -0600 (MDT)

Author: eb
Date: 2008-03-17 23:11:55 -0600 (Mon, 17 Mar 2008)
New Revision: 8038

Modified:
   gnuradio/branches/developers/eb/gcell-wip/src/apps/benchmark_dma.cc
Log:
set njobs back to real value

Modified: gnuradio/branches/developers/eb/gcell-wip/src/apps/benchmark_dma.cc
===================================================================
--- gnuradio/branches/developers/eb/gcell-wip/src/apps/benchmark_dma.cc 
2008-03-18 05:02:47 UTC (rev 8037)
+++ gnuradio/branches/developers/eb/gcell-wip/src/apps/benchmark_dma.cc 
2008-03-18 05:11:55 UTC (rev 8038)
@@ -94,8 +94,8 @@
 {
   static const int64_t TOTAL_SIZE_DMA = 5LL << 30;
   static const int NJDS = 64;
-  //unsigned int njobs = (unsigned int)(TOTAL_SIZE_DMA / dma_size);
-  unsigned int njobs = NJDS * 16;
+  unsigned int njobs = (unsigned int)(TOTAL_SIZE_DMA / dma_size);
+  //unsigned int njobs = NJDS * 16;
   unsigned int nsubmitted = 0;
   unsigned int ncompleted = 0;
   gc_job_desc *all_jds[NJDS];





reply via email to

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