[mlpack-git] [mlpack/mlpack] Basic matrix multiplication error when done multiple times (#759)

Ryan Curtin notifications at github.com
Wed Aug 10 17:40:15 EDT 2016


It could also be MKL; I am not sure.  Based on the behavior you were seeing, my thought is that the error stems from an underlying library under mlpack and under Armadillo.  I'm guessing that when you compiled the mlpack program, it may have used some different dependencies than when you used Armadillo directly.  You could use `ldd` on each program that you built in order to see if there are any differences in what is being linked to, and that may be helpful in figuring out what is going on.

Another thought I had is that it's possible that this is some threading issue in OpenBLAS, so possibly setting some environment variables that force OpenBLAS to run with one core might be a good way to see if that is the case.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/759#issuecomment-239013286
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160810/3e2c31c1/attachment.html>


More information about the mlpack-git mailing list