| 
					
				 | 
			
			
				@@ -23,6 +23,7 @@ public class HcfdPath { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                       AdiSolverConfig config, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                       AdiSolverJob job ) throws IOException { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         String jobPath = XIFileUtils.getRootPathStr()+ MFConstant.separator+job.getPid(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        System.out.println(jobPath); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         String exePath = jobPath+ MFConstant.separator+"hcfd"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         String exeInPath = exePath+ MFConstant.separator+"data_in"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         File exeInDir = new File(exeInPath); 
			 |