Qbox 1.76.0 released
Posted: Fri Apr 14, 2023 11:14 pm
Qbox 1.76.0 has been released. It is functionally identical to 1.75.1 but introduces an improved error processing algorithm that will terminate execution if incorrect arguments are given to initialize variables. This causes Qbox to stop in situations where e.g. a variable is set to an invalid value, such as
set xc XYZ
(where "XYZ" is not a valid choice for xc
). This avoids having jobs continuing with a default value after such an error, and therefore wasting resources.