A powerful Python framework for writing and running portable regression tests and benchmarks for HPC systems.
BSD 3-Clause "New" or "Revised" License
224
stars
104
forks
source link
[bugfix] Make version hash suffix calculation more robust #3204
Closed
vkarak closed 6 months ago
We now only add the version suffix is the install prefix contains a
.git
directory.Also, we only do the hash retrieval if needed (i.e. when in a dev release)
Fixes #3120.