mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-10-31 16:05:06 +01:00 
			
		
		
		
	add cluster and subcluster information to compareplot
This commit is contained in:
		| @@ -621,6 +621,8 @@ func (r *queryResolver) JobsMetricStats(ctx context.Context, filter []*model.Job | ||||
| 			JobID:           int(job.JobID), | ||||
| 			StartTime:       int(job.StartTime.Unix()), | ||||
| 			Duration:        int(job.Duration), | ||||
| 			Cluster:         job.Cluster, | ||||
| 			SubCluster:      job.SubCluster, | ||||
| 			NumNodes:        int(job.NumNodes), | ||||
| 			NumHWThreads:    &numThreadsInt, | ||||
| 			NumAccelerators: &numAccsInt, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user