Add numHWThreads/numAccelerators filter

This commit is contained in:
Lou Knauer
2022-01-27 12:32:28 +01:00
parent 9e92d6076f
commit eca7ad0de0
5 changed files with 50 additions and 18 deletions

View File

@@ -174,7 +174,11 @@ input JobFilter {
cluster: StringInput
partition: StringInput
duration: IntRange
numNodes: IntRange
numNodes: IntRange
numAccelerators: IntRange
numHWThreads: IntRange
startTime: TimeRange
state: [JobState!]
flopsAnyAvg: FloatRange