Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christopher Ferreira
erods-bench
Commits
afc3a503
Commit
afc3a503
authored
Jul 24, 2017
by
aumgn
Browse files
[exp/run] Use 'git submodules' to dump git hashes
parent
ef4b2af5
Changes
1
Hide whitespace changes
Inline
Side-by-side
exp/run
View file @
afc3a503
...
...
@@ -128,19 +128,14 @@ dump_system() {
sudo
hwloc-distances
>>
$system_dir
/topology 2>/dev/null
}
git-hash
()
{
git
-C
"
$1
"
rev-parse HEAD
}
dump_versions
()
{
msg
"# Dumping versions"
local
version_dir
=
$RESULTS_DIR
/version
mkdir
-p
$version_dir
git-hash
$BENCH_PATH
>>
$version_dir
/bench 2>/dev/null
git-hash
$PHOENIX_DIR
>>
$version_dir
/phoenix 2>/dev/null
git-hash
$PARSEC_DIR
>>
$version_dir
/parsec 2>/dev/null
git
-C
$BENCH_PATH
rev-parse HEAD
>>
$version_dir
/bench 2>/dev/null
git submodule
-C
$BENCH_PATH
>>
$version_dir
/submodules 2>/dev/null
}
dump_args
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment