Browse Source

Merge remote-tracking branch 'origin/2.0' into 2.0

Former-commit-id: 9b1a448e0a
pull/9/head
qiwang 3 years ago
parent
commit
44984c4dd8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      adaptor/PCM-HPC/PCM-TH/rpc/internal/logic/cronlogic.go

+ 1
- 1
adaptor/PCM-HPC/PCM-TH/rpc/internal/logic/cronlogic.go View File

@@ -63,7 +63,7 @@ func submitJob(infoList *pcmcoreclient.InfoListResp, submitJobLogic *SubmitJobLo
submitReq := hpcTH.SubmitJobReq{
Account: "root",
Name: infoList.HpcInfoList[index].Name,
Script: "#! /bin/bash\\n hostname \\n env | grep SLURM",
Script: infoList.HpcInfoList[index].CmdScript,
UserId: 123,
}
jobResult, _ := submitJobLogic.SubmitJob(&submitReq)


Loading…
Cancel
Save