From 4ea861cb751c5f33a9c00287914b40d142534c3e Mon Sep 17 00:00:00 2001 From: zhangwei <894646498@qq.com> Date: Fri, 11 Oct 2024 17:31:39 +0800 Subject: [PATCH] hpc partition Former-commit-id: 852bb93e2d2b27af39de6bd9fbde79c1f98a99ce --- client/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client/types.go b/client/types.go index c6f88854..7a783d7d 100644 --- a/client/types.go +++ b/client/types.go @@ -98,6 +98,7 @@ type HpcInfo struct { Account string `json:"account"` WorkDir string `json:"work_dir"` // 工作路径 AssocId int64 `json:"assoc_id"` + Partition string `json:"partition"` ExitCode int64 `json:"exit_code"` WallTime string `json:"wall_time"` // 最大运行时间 Result string `json:"result"` // 运行结果