iu-parfunc / HSBencher

General benchmarking framework. Especially good at parameter studies.
13 stars 8 forks source link

"runSL: expected at least one line of output for command git name-rev --name-only HEAD" #71

Closed rrnewton closed 9 years ago

rrnewton commented 9 years ago

In the getConfig function there's a bunch of logic to inspect the host machine / benchmarking environment. However, building hsbencher via nix is bringing to light some of the flaws here. The first was if hostname -s returns an empty string.

There's an even more obvious problem with anything that assumes we have a git repo!