yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #09239
Re: [Question #246244]: yadedaily crash
Question #246244 on Yade changed:
https://answers.launchpad.net/yade/+question/246244
Bruno Chareyre proposed the following answer:
libopenblas can give this problem (if so, this is a scipy problem independent of Yade).
To confirm, try:
python
import scipy
If you have openblas installed, and the above crash, and you don't want
to uninstall openblas (because it is an awesome implementation of
blas...), a solution is to change the default version of libblas.so.3gf.
sudo update-alternatives --config libblas.so.3gf
---> here choose atlas/libblas.so.3gf, or another one, but npt openblas
Note that openblas is still ok as a default for libblas.so, it is only
the "3gf" lib that needs to not be openblas.
Bruno
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.