天河代码修改脚本字段
Former-commit-id: 38c42d8facec53fe06ef0f99aa824748146e8472
This commit is contained in:
parent
27f506883e
commit
3d86e32e5a
|
@ -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