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
6 stars 5 forks source link

Adjusting Error and Warning messages #123

Closed MishaZakharchanka closed 1 year ago

MishaZakharchanka commented 1 year ago

This PR has no functional changes, but it modifies the print messages for errors and warnings so that they are consistent across the code. An "ATS" prefix has been added to these messages to make it easier to distinguish between ATS and non-ATS messages.

This PR will close: https://github.com/LLNL/ATS/issues/21