Index: tests/concurrent/channels/parallel_harness.hfa
===================================================================
--- tests/concurrent/channels/parallel_harness.hfa	(revision 1205b3e488950bd1c88593ef9186f9f04a10ce6f)
+++ tests/concurrent/channels/parallel_harness.hfa	(revision e10714a15cb351c4e1531cbc2db392a62e77ad39)
@@ -100,5 +100,5 @@
 
 int test( size_t Processors, size_t Channels, size_t Producers, size_t Consumers, size_t ChannelSize ) {
-    size_t Clusters = 1;
+    size_t Clusters = Processors;
     // create a cluster
     cluster clus[Clusters];
@@ -108,5 +108,5 @@
     }
 
-    channels = anew( Channels );
+    channels = aalloc( Channels );
 
     // sout | "Processors: " | Processors | " ProdsPerChan: " | Producers | " ConsPerChan: " | Consumers | "Channels: " | Channels | " Channel Size: " | ChannelSize;
@@ -150,19 +150,5 @@
         
     }
-    // for ( i; Channels ) {
-    //     // sout | get_count( channels[i] );
-    //     if ( get_count( channels[i] ) < Consumers ){
-    //         #ifdef BIG
-    //         bigObject b{0};
-    //         #endif
-    //         for ( j; Consumers ) {
-    //             #ifdef BIG
-    //             insert( channels[i], b );
-    //             #else
-    //             insert( channels[i], 0 );
-    //             #endif
-    //         }
-    //     }
-    // }
+
     sout | "cons";
     for ( i; Consumers * Channels ) {
