|  | @@ -522,6 +522,9 @@ bool party;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |   for(size_t iters = 0; iters < n_batches; ++iters)
 | 
	
		
			
				|  |  |  {
 | 
	
		
			
				|  |  | +   if (n_batches > 1) {
 | 
	
		
			
				|  |  | +    printf("Starting evalfull_mpc batch %lu / %lu\n", iters+1, n_batches);
 | 
	
		
			
				|  |  | +   }
 | 
	
		
			
				|  |  |     uint8_t **target_share_read = new uint8_t *[thread_per_batch];
 | 
	
		
			
				|  |  |     generate_random_targets(target_share_read, thread_per_batch, party, expo);
 | 
	
		
			
				|  |  |     boost::asio::thread_pool pool(thread_per_batch);
 |