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

slurm module breaks with i"8-2 bre #85

Closed dawson6 closed 2 years ago

dawson6 commented 2 years ago
SlurmProcessorScheduled.slurm_version_int=(int(tarray[0]) * 1000) + (int(tarray[1]) * 100) + (int(tarray[2]))

ValueError: invalid literal for int() with base 10: '8-2'

dawson6 commented 2 years ago

fixed in 7.0.9 (and 7.0.5 on toss4/cray)