Description
Implement the functions that determine whether a node characteristics satisfy a job's scheduling requirements, and use them to find all matching jobs for a given pilot.
The spec defines the comparison types: exact match, range, lower limit, CPU memory as a function of core count, and tag boolean expressions.
Definition of Done
Description
Implement the functions that determine whether a node characteristics satisfy a job's scheduling requirements, and use them to find all matching jobs for a given pilot.
The spec defines the comparison types: exact match, range, lower limit, CPU memory as a function of core count, and tag boolean expressions.
Definition of Done
&(AND) and|(OR)