On Thu, 2 Dec 2021 14:34:42 +0000 "Labone, Thomas" <lab...@email.sc.edu> wrote:
> Can someone point me to the procedure for switching from the Intel > Math Library back to the standard math library so that I can see if > the problem is associated with using MKL? Depends on how you have installed it. You mentioned using Linux Mint (see also: the R-SIG-Debian mailing list), so try using `update-alternatives` to set the value for all alternatives with "blas" or "lapack" in their names. See `ls /etc/alternatives/ | grep -i -e blas -e lapack` for the list. -- Best regards, Ivan ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.