From: Gabriele 'matrix' Gristina Date: Fri, 5 Feb 2016 16:51:47 +0000 (+0100) Subject: Set default vector-width to 1,4 in test.sh X-Git-Tag: v3.00-beta~355^2^2~1 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=f020dfd55f69cd4dd5277de741d7484a103aa681;p=hashcat.git Set default vector-width to 1,4 in test.sh --- diff --git a/tools/test.sh b/tools/test.sh index 5f6fad1..40d11d8 100755 --- a/tools/test.sh +++ b/tools/test.sh @@ -1535,6 +1535,7 @@ OPTIONS: '2' => vector-width 2 (default) '4' => vector-width 4 '8' => vector-width 8 + 'all' => test sequentially vector-width ${VECTOR_WIDTHS} -T OpenCL device-types to use : 'gpu' => gpu devices (default) @@ -1709,8 +1710,8 @@ while getopts "V:T:t:m:a:b:hcpd:x:o:" opt; do done if [ "${VECTOR}" == "0" ]; then - VECTOR=2 - OPTS="${OPTS} --opencl-vector-width 2" + VECTOR=all + OPTS="${OPTS} --opencl-vector-width 1,4" fi if [ "${TYPE}" == "null" ]; then