mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-06-08 08:33:49 +02:00
parent
2c102cd1ff
commit
8b1b99ba35
@ -36,6 +36,7 @@ type Job struct {
|
|||||||
Energy float64 `json:"energy" db:"energy"`
|
Energy float64 `json:"energy" db:"energy"`
|
||||||
ArrayJobId int64 `json:"arrayJobId,omitempty" db:"array_job_id" example:"123000"`
|
ArrayJobId int64 `json:"arrayJobId,omitempty" db:"array_job_id" example:"123000"`
|
||||||
Walltime int64 `json:"walltime,omitempty" db:"walltime" example:"86400" minimum:"1"`
|
Walltime int64 `json:"walltime,omitempty" db:"walltime" example:"86400" minimum:"1"`
|
||||||
|
RequestedMemory int64 `json:"requestedMemory,omitempty" db:"requested_memory" example:"128000" minimum:"1"` // in MB
|
||||||
JobID int64 `json:"jobId" db:"job_id" example:"123000"`
|
JobID int64 `json:"jobId" db:"job_id" example:"123000"`
|
||||||
Duration int32 `json:"duration" db:"duration" example:"43200" minimum:"1"`
|
Duration int32 `json:"duration" db:"duration" example:"43200" minimum:"1"`
|
||||||
SMT int32 `json:"smt,omitempty" db:"smt" example:"4"`
|
SMT int32 `json:"smt,omitempty" db:"smt" example:"4"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user