hpc partition
Former-commit-id: 852bb93e2d2b27af39de6bd9fbde79c1f98a99ce
This commit is contained in:
parent
5bc93f9e98
commit
4ea861cb75
|
@ -98,6 +98,7 @@ type HpcInfo struct {
|
||||||
Account string `json:"account"`
|
Account string `json:"account"`
|
||||||
WorkDir string `json:"work_dir"` // 工作路径
|
WorkDir string `json:"work_dir"` // 工作路径
|
||||||
AssocId int64 `json:"assoc_id"`
|
AssocId int64 `json:"assoc_id"`
|
||||||
|
Partition string `json:"partition"`
|
||||||
ExitCode int64 `json:"exit_code"`
|
ExitCode int64 `json:"exit_code"`
|
||||||
WallTime string `json:"wall_time"` // 最大运行时间
|
WallTime string `json:"wall_time"` // 最大运行时间
|
||||||
Result string `json:"result"` // 运行结果
|
Result string `json:"result"` // 运行结果
|
||||||
|
|
Loading…
Reference in New Issue