Skip to content

ReleaseData Update, master branch (2020.09.22.)

Updated/simplified how ReleaseData would be generated.

The code now relies on cache variables instead of shell environment variables to allow users to override the default values chosen for the fields of the ReleaseData file. (The environment variables and their names were leftovers from the NICOS SVN+CMT/CMake builds.)

At the same time added a new entry to ReleaseData: "cuda compiler". It identifies which version of CUDA was used for the build of the project. (Or an empty string if CUDA was not used.) This is to address the request from @fwinkl in ATLINFR-3601.

Merge request reports