Index: /branches/eam_branches/ipp-20101103/Ohana/src/addstar/src/resort_catalog.c
===================================================================
--- /branches/eam_branches/ipp-20101103/Ohana/src/addstar/src/resort_catalog.c	(revision 29790)
+++ /branches/eam_branches/ipp-20101103/Ohana/src/addstar/src/resort_catalog.c	(revision 29791)
@@ -61,6 +61,4 @@
   off_t i, j, N, currentAve;
 
-  struct timeval start, stop;
-
   off_t *measureSeq = NULL;
   off_t *averageSeq = NULL;
@@ -69,5 +67,6 @@
   if (catalog[0].sorted == TRUE) return;
 
-  gettimeofday (&start, NULL);
+  // struct timeval start, stop;
+  // gettimeofday (&start, NULL);
 
   /* internal counters */
@@ -128,5 +127,5 @@
   // MARKTIME("update Nmeasure : %f sec\n", dtime);
 
-  MARKTIME("  match time %9.4f sec for %7lld measures, %6lld average\n", dtime, (long long) Nmeasure, (long long) Naverage);
+  // MARKTIME("  match time %9.4f sec for %7lld measures, %6lld average\n", dtime, (long long) Nmeasure, (long long) Naverage);
 
   FREE (measureSeq);
Index: /branches/eam_branches/ipp-20101103/Ohana/src/addstar/src/resort_threaded.c
===================================================================
--- /branches/eam_branches/ipp-20101103/Ohana/src/addstar/src/resort_threaded.c	(revision 29790)
+++ /branches/eam_branches/ipp-20101103/Ohana/src/addstar/src/resort_threaded.c	(revision 29791)
@@ -35,5 +35,5 @@
 
     while (threadData->state != TS_RUN) {
-      usleep (10000);
+      usleep (100);
     }
 
@@ -174,5 +174,5 @@
 	launched = TRUE;
       }
-      if (!launched) usleep (10000);
+      if (!launched) usleep (100);
     }
   }
@@ -199,5 +199,5 @@
 
     if (Nwait < NTHREADS) { 
-      usleep (10000); 
+      usleep (100); 
     } else {
       done = TRUE;
@@ -231,5 +231,5 @@
 
     if (Nrun) { 
-      usleep (10000); 
+      usleep (100); 
     } else {
       done = TRUE;
