LLNL / ATS

ATS - Automated Testing System - is an open-source, Python-based tool for automating the running of tests of an application across a broad range of high performance computers.
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

add jsrun_np_max and lrun_np_max command line options #94

Closed dawson6 closed 1 year ago

dawson6 commented 2 years ago

We currently can over-ride the 'np' on the command line (jsrun_np=4 for instance) which over-rides the np in the ATS line.

We need an option which sets this as the MAX. IE do not over-ride if ATS command line is less than 4 in the above example.