Commit da8073f2 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#3904 add icc to the db-benchmark-test script closes[t:3904]

git-svn-id: file:///svn/toku/tokudb@34247 c7de825b-a66e-492c-adef-691d508d4ae1
parent 38758ac2
......@@ -55,6 +55,18 @@ while [ $# -gt 0 ] ; do
fi
done
if [ $cc = icc ] ; then
d=/opt/intel/bin
if [ -d $d ] ; then
export PATH=$d:$PATH
. $d/compilervars.sh intel64
fi
d=/opt/intel/cilkutil/bin
if [ -d $d ] ; then
export PATH=$d:$PATH
fi
fi
# require a revision
if [ $revision -eq 0 ] ; then exit 1; fi
if [ $branch = "." ] ; then branch="toku"; fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment