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" ]
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue