Skip to content

Commit

Permalink
check if BLAS_SIZE=4
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Nov 2, 2019
1 parent 5bcf041 commit 632c48c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/libext/scalapack/build_scalapa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ if [[ "$SCALAPACK_SIZE" != "4" ]] ; then
echo SCALAPACK_SIZE must be equal to 4
exit 1
fi
if [[ "$BLAS_SIZE" != "4" ]] ; then
echo BLAS_SIZE must be equal to 4 for SCALAPACK
exit 1
fi
if [[ -z "$USE_64TO32" ]] ; then
echo USE_64TO32 must be set
exit 1
Expand Down

0 comments on commit 632c48c

Please sign in to comment.