----------
libmwblas: load error:
/usr/local/matlab/bin/glnxa64/../../bin/glnxa64/../../bin/glnxa64/../../bin/glnxa64/../../bin/glnxa64/libmkl.so:libguide.so:
cannot open shared object file: No such file or directory
terminate called after throwing an instance of
'std::runtime_error'
what():
/usr/local/matlab/bin/glnxa64/../../bin/glnxa64/../../bin/glnxa64/../../bin/glnxa64/../../bin/glnxa64/libmkl.so:libguide.so:
/opt/matlab-2007b/bin/glnxa64/../../bin/glnxa64/../../bin/glnxa64/../../bin/glnxa64/../../bin/glnxa64/libmkl.so:libguide.so:
cannot open shared object file: No such file or directory
Aborted
----------
The weird thing is that I succesfully installed and
activated the program, and the first time after installation
matlab starts correctly. After that I cannot initialize it.
I tried with this solution but it did not work:
----------
This error is caused by a BLAS_VERSION environment variable
set to enable multi-threaded support with R2006b. This
functionality is enabled differently in later releases. In
order to start MATLAB R2007b , the variable must be removed
or changed from:
BLAS_VERSION=mkl.so,mklcompat.so
to:
BLAS_VERSION=libmkl.so,libguide.so
-------------
I am working with Linux RedHat el5
Thanks in advance
unsetenv BLAS_VERSION
matlab
"miguel galarraga" <galarra...@yahoo.es> wrote in
message <g1och9$iq$1...@fred.mathworks.com>...
export BLAS_VERSION=matlabpath/bin/glnxa64/libmwblas.so
this was helpful:
http://www.mathworks.com/support/solutions/data/1-18QUC.html
thank you anyway
But if it works fine for you, that's great.
Anyways, unless you have good reason why you want to use a
different BLAS, you don't need the BLAS_VERSION environment
variable set to anything. I would suggest just do:
export BLAS_VERSION=
"miguel galarraga" <galarra...@yahoo.es> wrote in
message <g22s92$oqs$1...@fred.mathworks.com>...
Thanks
> eigs(A) % stuck here. has to stop matlab by using
linux kill commend
What is the reason for that? Does that mean the lib does
not fit my CPU Intel Xeon X5472 Quad-Core processor - 3GHz.
Jun
"miguel galarraga" <galarra...@yahoo.es> wrote in
message <g1och9$iq$1...@fred.mathworks.com>...
First thing I would do is to check your BLAS is working at
all. Try the simplest matrix function: matrix multiply
ones(2)*ones(2)
Does it give you the right answer?
What O/S are you using?
"Junbin " <jb...@csu.edu.au> wrote in message
<g6ubbj$3vk$1...@fred.mathworks.com>...
ones(2)*ones(2)
The matlab does not show any answer to it and it is simply
stuck and ‘Busy’ is shown on the matlab status bar at the
bottom.
Now I cannot stop the matlab by clicking “cross” on the
window, so have to stop from terminal by killing matlab’s
id.
My system is x86_64 RedHat Enterprise Linux 5 (client)
installed on a machine with 2 Intel Xeon X5472 Quad-Core
processor - 3GHz CPUs.
At the first instance, matlab was installed on 32 bit
RedHat Enterprise Linux 5 (client). It works well. As my
cpu supports 64 bit, so I changed the system. Then matlab
won’t work.
x86_64 RedHat Enterprise Linux 5 (client) is installed
with almost default setting (just follow the prompt in
installation).
The fanny thing is, if I change libmwblas.so to
refblas.so, everything works fine, but I lost the speed
for matlab computation speed (it is slower than the matlab
on my normal desktop when I run the same program).
Jun
"Duncan Po" <Dunc...@mathworks.com> wrote in message
<g6v3e6$7n4$1...@fred.mathworks.com>...
chcon -t textrel_shlib_t
/usr/local/matlab/bin/glnxa64/libguide.so
Refer to this page:
http://www.mat.ethz.ch/services/it_support/users_guide/documents/matlab/index
"Junbin " <jb...@csu.edu.au> wrote in message
<g733d8$e4p$1...@fred.mathworks.com>...