Rather than just flopping around uselessly when the helpers are not available, suggest switches that solve the problem.
Signed-off-by: Mel Gorman <[email protected]> --- contrib/tlbmiss_cost.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/tlbmiss_cost.sh b/contrib/tlbmiss_cost.sh index 42d7514..b711b15 100755 --- a/contrib/tlbmiss_cost.sh +++ b/contrib/tlbmiss_cost.sh @@ -251,7 +251,7 @@ calibrator_calc() fi if [[ ! -x $CALIBRATOR ]]; then - die "Unable to locate calibrator." + die "Unable to locate calibrator. Consider using --fetch-calibrator." fi cpumhz @@ -585,7 +585,7 @@ oprofile_calc() fi if [[ ! -x $STREAM ]]; then - die "Unable to locate STREAM." + die "Unable to locate STREAM. Consider using --fetch-stream." fi OPST=`which oprofile_start.sh` ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Libhugetlbfs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libhugetlbfs-devel
