hxx 2 years ago
parent
commit
28c2e84fb6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/miniframe/solverconfig/hcfd/HcfdPath.java

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