Browse Source

fix

Signed-off-by: jagger <cossjie@foxmail.com>
pull/465/head
jagger 7 months ago
parent
commit
28c30cc60c
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      etc/pcm.yaml
  2. +1
    -1
      internal/logic/hpc/commithpctasklogic.go

+ 1
- 1
etc/pcm.yaml View File

@@ -84,4 +84,4 @@ BlockChain:
Type: "2"

JcsMiddleware:
JobStatusReportUrl: 101.201.215.196:7891/jobSet/jobStatusReport
JobStatusReportUrl: http://101.201.215.196:7891/jobSet/jobStatusReport

+ 1
- 1
internal/logic/hpc/commithpctasklogic.go View File

@@ -89,7 +89,7 @@ func (l *CommitHpcTaskLogic) CommitHpcTask(req *types.CommitHpcTaskReq) (resp *t
WorkDir: req.Parameters["workDir"],
WallTime: req.Parameters["wallTime"],
AppType: req.Parameters["appType"],
AppName: req.Parameters["appName"],
AppName: req.App,
Queue: req.Parameters["queue"],
SubmitType: req.Parameters["submitType"],
NNode: req.Parameters["nNode"],


Loading…
Cancel
Save