hxx 2 жил өмнө
parent
commit
28c2e84fb6

+ 1 - 1
src/main/java/com/miniframe/solverconfig/hcfd/HcfdPath.java

@@ -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);