exchanged order of asking for BLASDIR and BLASTYPE. now type comes first (otherwise you may not know your options...)
This commit is contained in:
parent
6f467c0789
commit
1593daea97
|
@ -48,10 +48,10 @@ fi
|
||||||
|
|
||||||
while [ ! -d "$BLASDIR" ] || [ -z "$BLASDIR" ]
|
while [ ! -d "$BLASDIR" ] || [ -z "$BLASDIR" ]
|
||||||
do
|
do
|
||||||
echo "Input path of BLAS installation:"
|
|
||||||
read BLASDIR
|
|
||||||
echo "Input type of BLAS installation [IMKL | ACML | LAPACK]:"
|
echo "Input type of BLAS installation [IMKL | ACML | LAPACK]:"
|
||||||
read BLASTYPE
|
read BLASTYPE
|
||||||
|
echo "Input path of BLAS installation:"
|
||||||
|
read BLASDIR
|
||||||
done
|
done
|
||||||
|
|
||||||
BLASDIR=${BLASDIR%/} # remove trailing slash
|
BLASDIR=${BLASDIR%/} # remove trailing slash
|
||||||
|
|
Loading…
Reference in New Issue