buildtesters / buildtest

HPC System and Software Testing Framework
https://buildtest.rtfd.io
MIT License
68 stars 20 forks source link

Add support for 'paths' in configuration to allow one to search for scheduler binary in non-standard location #1757

Closed shahzebsiddiqui closed 7 months ago

shahzebsiddiqui commented 7 months ago

This PR will attempt to add the following keys in configuration file where one can specify an alternate location where to search for scheduler binaries that can be useful if they are not in $PATH

    paths:
      lsf: "/usr/local/bin"
      slurm: "/usr/local/bin"
      pbs: "/usr/local/bin"
      cobalt: "/usr/local/bin"
      torque: "/usr/local/bin"