exchanged order of asking for BLASDIR and BLASTYPE. now type comes first (otherwise you may not know your options...)

This commit is contained in:
Philip Eisenlohr 2013-09-23 19:27:34 +00:00
parent 6f467c0789
commit 1593daea97
1 changed files with 2 additions and 2 deletions

View File

@ -48,10 +48,10 @@ fi
while [ ! -d "$BLASDIR" ] || [ -z "$BLASDIR" ]
do
echo "Input path of BLAS installation:"
read BLASDIR
echo "Input type of BLAS installation [IMKL | ACML | LAPACK]:"
read BLASTYPE
echo "Input path of BLAS installation:"
read BLASDIR
done
BLASDIR=${BLASDIR%/} # remove trailing slash