New filter hiding short running jobs

This commit is contained in:
Lou Knauer
2022-03-02 10:48:52 +01:00
parent 2d9070ec02
commit a2f626fb0e
7 changed files with 23 additions and 3 deletions

View File

@@ -179,6 +179,8 @@ input JobFilter {
partition: StringInput
duration: IntRange
minRunningFor: Int
numNodes: IntRange
numAccelerators: IntRange
numHWThreads: IntRange