Skip to content

Commit

Permalink
Fixed typo in the error message
Browse files Browse the repository at this point in the history
  • Loading branch information
moreff committed May 29, 2023
1 parent 94747e4 commit 9d09aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Allwmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ check_mkl()
if [ -d "$MKLROOT" ]; then
echo "Utilising Intel MKL version from path: ${MKLROOT}"
else
echo "Error: MKL_ROOT=${MKLROOT} not found."
echo "Error: MKLROOT=${MKLROOT} not found."
exit 1
fi
}
Expand Down

0 comments on commit 9d09aec

Please sign in to comment.