Skip to content

Add functions required by LHCbDirac

Marco Clemencic requested to merge add-methods-required-by-lhcbdirac into master

this adds the two functions:

  • compatible_platforms: list the DIRAC platforms that match the required platform
  • lowest_common_requirement: given a collection of LHCb platform ids, return the minimum required DIRAC platform that can run all of them, or None if it cannot be found

Merge request reports