Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christopher Ferreira
erods-bench
Commits
c6be8d24
Commit
c6be8d24
authored
Jul 27, 2017
by
aumgn
Browse files
[exp] Remove histogram_pt (SEGFAULT)
parent
60e8c7a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
exp/run.d/histogram_pt.sh
deleted
100644 → 0
View file @
60e8c7a6
HISTOGRAM_PT_DIR
=
$PHOENIX_DIR
/phoenix-2.0/tests/histogram
HISTOGRAM_PT_BIN
=
$HISTOGRAM_PT_DIR
/histogram-pthread
HISTOGRAM_PT_INPUT
=
$BENCH_PATH
/tmp/histogram_input.bmp
HISTOGRAM_PT_INPUTS_DIR
=
$TMP_INPUTS_DIR
/histogram
prepare_histogram_pt
()
{
if
[
!
-f
$HISTOGRAM_PT_INPUTS_DIR
/input
]
;
then
mkdir
-p
$HISTOGRAM_PT_INPUTS_DIR
mv
$HISTOGRAM_PT_INPUT
$HISTOGRAM_PT_INPUTS_DIR
/input
fi
}
dump_volrend
()
{
sha1sum
$HISTOGRAM_PT_BIN
>>
$dump_program_dir
/histogram_pt
sha1sum
$HISTOGRAM_PT_INPUTS_DIR
/input
>>
$dump_program_dir
/histogram_pt
}
command_histogram_pt
()
{
echo
MR_NUMPROCS
=
$threads
MAPRED_NO_BINDING
=
1
$cmd_prefix
$HISTOGRAM_PT_BIN
$HISTOGRAM_PT_INPUTS_DIR
/input
}
Write
Preview
Supports
Markdown
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