Merge remote-tracking branch 'origin/2.0' into 2.0
Former-commit-id: 9b1a448e0a65d1a5ffebbf1910d0f0ab619d9555
This commit is contained in:
commit
44984c4dd8
|
@ -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…
Reference in New Issue