lattice / quda

QUDA is a library for performing calculations in lattice QCD on GPUs.
https://lattice.github.io/quda
Other
289 stars 97 forks source link

Print some quda version information in initialization #175

Closed mathiaswagner closed 9 years ago

mathiaswagner commented 9 years ago

Maybe I missed something, but at least when running from MILC QUDA only prints which GPUs it founds in the initialization but not its version number ? Would be nice to print that version at some point? In a perfect world we would even get the output of 'git describe' there and use 'git tag' for versions.

mathiaswagner commented 9 years ago

I just tried to play a bit with the make file and can now get something like

QUDA 0.7.0 (git v0.7.0-0-g888cbe2-dirty)

printed from the initialization.

Still need to test that this still works if not git is present.

mathiaswagner commented 9 years ago

Implemented in branch feature/printversion. Not yet merged. Pull request is #216.