|  | @@ -22,7 +22,7 @@ public class HcfdPath {
 | 
											
												
													
														|  |      public static  void hcfdCreatPath(AdiModeling modeling,
 |  |      public static  void hcfdCreatPath(AdiModeling modeling,
 | 
											
												
													
														|  |                                        AdiSolverConfig config,
 |  |                                        AdiSolverConfig config,
 | 
											
												
													
														|  |                                        AdiSolverJob job ) throws IOException {
 |  |                                        AdiSolverJob job ) throws IOException {
 | 
											
												
													
														|  | -        String jobPath = XIFileUtils.getRootPathStr()+ MFConstant.separator+job.getId();
 |  | 
 | 
											
												
													
														|  | 
 |  | +        String jobPath = XIFileUtils.getRootPathStr()+ MFConstant.separator+job.getPid();
 | 
											
												
													
														|  |          String exePath = jobPath+ MFConstant.separator+"hcfd";
 |  |          String exePath = jobPath+ MFConstant.separator+"hcfd";
 | 
											
												
													
														|  |          String exeInPath = exePath+ MFConstant.separator+"data_in";
 |  |          String exeInPath = exePath+ MFConstant.separator+"data_in";
 | 
											
												
													
														|  |          File exeInDir = new File(exeInPath);
 |  |          File exeInDir = new File(exeInPath);
 |