修改:hpc求解文件分片上传;文件按照用户id区分;求解器文件路径空格问题;输出文件out绑定jobId;comsol结果文件处理;abaqus求解文件处理

This commit is contained in:
yangyang01000846
2026-01-13 16:14:27 +08:00
parent 195cd9abf3
commit 8a66b74a7b
9 changed files with 264 additions and 50 deletions

View File

@@ -115,13 +115,20 @@ hpc:
# remoteCmdUrl: http://127.0.0.1:9097/doProcess
# remote hpc借助工具http远程调用local:该服务和hpc部署在同一机器
excuteWay: remote
remoteCmdUrl: http://192.168.65.55:9097/doProcess
remoteCreateDirUrl: http://192.168.65.55:9097/createDir
remoteScanDirUrl: http://192.168.65.55:9097/scanDir
remoteDownLoadFileUrl: http://192.168.65.55:9097/hpcDownload
# remoteDownLoadFileUrl: http://127.0.0.1:9097/hpcDownload
remoteUploadFileUrl: http://192.168.65.55:9097/uploadHpcFile
callHpcUpload: http://192.168.65.55:9097/addJobQueue
remoteCmdUrl: http://192.168.190.164:9097/doProcess
remoteCreateDirUrl: http://192.168.190.164:9098/createDir
remoteScanDirUrl: http://192.168.190.164:9098/scanDir
remoteDownLoadFileUrl: http://192.168.190.164:9098/hpcDownload
remoteUploadFileUrl: http://192.168.190.164:9098/uploadHpcFile
callHpcUpload: http://192.168.190.164:9098/addJobQueue
# 上传头节点文件相关的配置
fileToHpc:
http:
scheme: http # 协议http/https
host: 192.168.190.164 # 目标主机
port: 9098 # 目标端口
path: /upFileToHpcBatch # 接口路径
mergePath: /upFileToHpcMerge # 合并的接口路径
#logging:
@@ -138,4 +145,9 @@ security:
paths:
- /pbs/jobFileCallback
- /pbs/netTest
- /pbs/adapterSubmitHpcJob
- /pbs/adapterSubmitHpcJob
- /pbs/testEn
testEnStr: ENC(095i92PAFyJQ5kEnkiaCYReMEtw+Dwc8qnS1i7Vx0Y8=)
testEnStr1: ENC(AtQcdulLNvaSvboZuWsXIxuCwrHyUoG3oEGtmKfDSbs=)
testEnStr2: ENC(+QKYnI6gAYu1SbLaZQTkZA==)