|
@@ -22,7 +22,7 @@ public class HcfdPath {
|
|
|
public static void hcfdCreatPath(AdiModeling modeling,
|
|
|
AdiSolverConfig config,
|
|
|
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 exeInPath = exePath+ MFConstant.separator+"data_in";
|
|
|
File exeInDir = new File(exeInPath);
|