You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

hpcBase.go 550 B

2 years ago
2 years ago
2 years ago
1234567891011121314
  1. package param
  2. type HpcBase struct {
  3. TaskId int64 `json:"taskId" db:"task_id"`
  4. ServiceName string `json:"serviceName" db:"service_name"`
  5. JobId string `json:"jobId" db:"job_id"`
  6. Name string `json:"name" db:"name"`
  7. WorkDir string `json:"workDir" db:"work_dir"`
  8. WallTime string `json:"wallTime" db:"wall_time"`
  9. Status string `json:"status" db:"status"`
  10. Result string `json:"result" db:"result"`
  11. YamlString string `json:"yamlString" db:"yaml_string"`
  12. CardCount int64 `json:"cardCount" db:"card_count"`
  13. }

PCM is positioned as Software stack over Cloud, aiming to build the standards and ecology of heterogeneous cloud collaboration for JCC in a non intrusive and autonomous peer-to-peer manner.