Re: [Numpy-discussion] numpy with nose

2011-11-03 Thread akshar bhosale
hi Olivier, i will check that too. thanks for bearing me. On Thu, Nov 3, 2011 at 7:48 PM, Olivier Delalleau wrote: > Have you tried to use -O2 instead of -O3 in compilation? (been mentioned > by someone else having the same issue). > > -=- Olivier > > 2011/11/3 akshar bhos

Re: [Numpy-discussion] numpy with nose

2011-11-03 Thread akshar bhosale
On Thu, Nov 3, 2011 at 11:54 PM, akshar bhosale wrote: > hi, > extremely sorry for inconvenience caused. i will check with my system as > directed. thank you for help. > > On Thu, Nov 3, 2011 at 7:12 PM, Bruce Southey wrote: > >> On 11/03/2011 04:27 AM, akshar bhosale w

Re: [Numpy-discussion] numpy with nose

2011-11-03 Thread akshar bhosale
hi, extremely sorry for inconvenience caused. i will check with my system. On Thu, Nov 3, 2011 at 7:12 PM, Bruce Southey wrote: > On 11/03/2011 04:27 AM, akshar bhosale wrote: > > Hi, > > i am using mkl 10.1, intel cluster toolkit 11/069, os rhel 5.2 x86_64, > > python 2.

[Numpy-discussion] numpy with nose

2011-11-03 Thread akshar bhosale
Hi, i am using mkl 10.1, intel cluster toolkit 11/069, os rhel 5.2 x86_64, python 2.6, processor is intel xeon numpy version is 1.6.0 my numpy.test hanging at below point : Test whether equivalent subarray dtypes hash the same. ... ok Test whether different subarray dtypes hash differently. ... o

[Numpy-discussion] Fwd: Fwd: numpy error with mkl 10.1

2011-11-02 Thread akshar bhosale
an expert about numpy installation, I just happened to have access to a computer with a working install of numpy with MKL, so I thought it might help... but I'm afraid that's all I can do for you :/ -=- Olivier 2011/11/2 akshar bhosale > thanks once again. how can i use ur distutils

Re: [Numpy-discussion] Fwd: numpy error with mkl 10.1

2011-11-02 Thread akshar bhosale
I thought it might help... but I'm afraid > that's all I can do for you :/ > > -=- Olivier > > 2011/11/2 akshar bhosale > >> thanks once again. how can i use ur distutils directly (ur supplied files >> etc) >> >> On Thu, Nov 3, 2011 at 8:15 A

Re: [Numpy-discussion] Fwd: numpy error with mkl 10.1

2011-11-02 Thread akshar bhosale
first one with this bug > (but I'm not sure exactly how to fix it). > > -=- Olivier > > 2011/11/2 akshar bhosale > >> my numpy.test hangs here >> >> Test whether equivalent subarray dtypes hash the same. ... ok >> Test whether different subarray dtyp

[Numpy-discussion] Fwd: numpy error with mkl 10.1

2011-11-02 Thread akshar bhosale
ldn't be equal ... ok test_single_subarray (test_dtype.TestSubarray) ... ok test_einsum_errors (test_einsum.TestEinSum) ... ok test_einsum_sums_cfloat128 (test_einsum.TestEinSum) ... -- Forwarded message ------ From: akshar bhosale Date: Thu, Nov 3, 2011 at 8:00 AM Subject:

Re: [Numpy-discussion] numpy error with mkl 10.1

2011-11-02 Thread akshar bhosale
xactly. I just know it > works and it's using MKL :) It's an 8 core Intel(R) Xeon(R) CPU E5462 @ > 2.80GHz (x86_64 as well). > > -=- Olivier > > 2011/11/2 akshar bhosale > >> hi, >> are amd,fftw and umfpack required? my architecture is : intel xeon &g

Re: [Numpy-discussion] numpy error with mkl 10.1

2011-11-02 Thread akshar bhosale
hi, are amd,fftw and umfpack required? my architecture is : intel xeon x_86_64. On Thu, Nov 3, 2011 at 6:30 AM, Olivier Delalleau wrote: > It's inside the distutils folder. > > -=- Olivier > > 2011/11/2 akshar bhosale > >> thanks..what about site.cfg? >>

Re: [Numpy-discussion] numpy error with mkl 10.1

2011-11-02 Thread akshar bhosale
thanks..what about site.cfg? On Thu, Nov 3, 2011 at 1:27 AM, Olivier Delalleau wrote: > Sorry, no clue :/ > > I made a tarball with my distutils folder here: > http://www.iro.umontreal.ca/~delallea/tmp/distutils.tar.bz2 > Hope this helps... > > -=- Olivier > > 2011/1

Re: [Numpy-discussion] numpy error with mkl 10.1

2011-11-02 Thread akshar bhosale
he output is not empty, try to run ldd on all .so within numpy to see > which one is linked against libmkl_lapack.so. Then hopefully something will > stand out (I admit that's not guaranteed though ;). > > > -=- Olivier > > 2011/11/2 akshar bhosale > >> Hi, >>

Re: [Numpy-discussion] numpy error with mkl 10.1

2011-11-02 Thread akshar bhosale
e: > Doh I'm sorry, I forgot the problem was with lapack, what about ldd > numpy/linalg/lapack_lite.so? > > > 2011/11/2 akshar bhosale > >> Hi, >> ldd _dotblas.so >> libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x2b12f0692000) >> libm

Re: [Numpy-discussion] numpy error with mkl 10.1

2011-11-02 Thread akshar bhosale
t; Locate your libmkl_lapack.so and try to add the directory that contains >>> it to your LD_LIBRARY_PATH environment variable. >>> >>> -=- Olivier >>> >>> 2011/11/2 akshar bhosale >>> >>>> Hi, >>>> >>>>

Re: [Numpy-discussion] numpy error with mkl 10.1

2011-11-02 Thread akshar bhosale
-=- Olivier > > 2011/11/2 akshar bhosale > >> Hi, >> >> i am getting following error. >>python -c 'import numpy;numpy.matrix([[1, 5, 10], [1.0, 3j, 4]], >>numpy.complex128).T.I.H' >>MKL FATAL ERROR: Cannot load libmkl_lapack.so >

[Numpy-discussion] numpy error with mkl 10.1

2011-11-02 Thread akshar bhosale
Hi, i am getting following error. python -c 'import numpy;numpy.matrix([[1, 5, 10], [1.0, 3j, 4]], numpy.complex128).T.I.H' MKL FATAL ERROR: Cannot load libmkl_lapack.so have installed numpy 1.6.0 with python 2.6. i have intel cluster toolkit installed on my system. (11/069 version

[Numpy-discussion] problem in running test(nose) with numpy/scipy

2011-10-30 Thread akshar bhosale
hi, i have installed numpy (1.6.0) and scipy (0.9). , nose version is 1.0 i have intel cluster toolkit installed on my system. (11/069 version and mkl 10.3). i have machine having intel xeon processor and rhel 5.2 x86_64 platform. i have installed it with intel compilers. when i execute numpy.test

[Numpy-discussion] Fwd: libmkl_lapack error in numpy

2011-10-24 Thread akshar bhosale
-- Forwarded message -- From: akshar bhosale Date: Sun, Oct 23, 2011 at 1:05 PM Subject: Re: libmkl_lapack error in numpy To: numpy-discussion@scipy.org Hi, libmkl_lapack.so is added in site.cfg and now the matrix function is not giving an error, but numpy.test hangs. On Sun

Re: [Numpy-discussion] [SciPy-Dev] numpy.test hangs

2011-10-23 Thread akshar bhosale
ed, since it came from a non-member's email address. Please > make sure to use the email account that you used to join this list. > > > > -- Forwarded message -- > From: akshar bhosale > To: SciPy Developers List , Discussion of Numerical > Python &g

Re: [Numpy-discussion] libmkl_lapack error in numpy

2011-10-23 Thread akshar bhosale
Hi, libmkl_lapack.so is added in site.cfg and now the matrix function is not giving an error, but numpy.test hangs. On Sun, Oct 23, 2011 at 11:24 AM, akshar bhosale wrote: > i am getting following error. >python -c 'import numpy;numpy.matrix([[1, 5, 10],

[Numpy-discussion] libmkl_lapack error in numpy

2011-10-22 Thread akshar bhosale
/intel/Compiler/11.0/069/mkl/lib/em6= 4t:/opt/intel/Compiler/11.0/069/tbb/em64t/cc4.1.0_libc2.4_kernel2.6.16.21/l= ib:/opt/intel/Compiler/11.0/069/lib/intel64:/opt/intel/Compiler/11.0/069/ip= p/em64t/sharedlib:/opt/intel/Compiler/11.0/069/mkl/lib/em64t:/opt/intel/Com= piler/11.0/069

[Numpy-discussion] numpy : error with cc compiler

2011-06-08 Thread akshar bhosale
Hi, we have RHEL 5.2 x86_64, python 2.6, intel compilers 11.0.69, intel mkl 10.1. We are trying to configure numpy 1.6.0 and we are getting below errors. our site.cfg is : - [mkl] #mkl_libs = mkl_blacs_intelmpi_ilp64, mkl_blacs_intelmpi_lp64, mkl_core, mkl_def, mkl_gf_ilp64

Re: [Numpy-discussion] error when numpy is imported

2011-06-06 Thread akshar bhosale
thanks for pointer..it helped me a lot. -akshar On Sat, Jun 4, 2011 at 9:39 PM, Ralf Gommers wrote: > > > On Fri, Jun 3, 2011 at 11:05 PM, akshar bhosale > wrote: > >> [GCC 4.1.2 20071124 (Red Hat 4.1.2-42)] on linux2 >> Type "help", "copyright&quo

[Numpy-discussion] error when numpy is imported

2011-06-04 Thread akshar bhosale
[GCC 4.1.2 20071124 (Red Hat 4.1.2-42)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import numpy Traceback (most recent call last): File "", line 1, in File "/home/admin/numpy-1.6.0b2/install/lib/python/numpy/__init__.py", line 137, in import add_n

[Numpy-discussion] numpy,scipy installation using mkl

2011-05-30 Thread akshar bhosale
Hi, Is this right forum for doubts abt numpy/scipy installation? Please find our issue below .. we have machine having intel xeon x7350 processors(8 nos) and RHEL 5.2 x86_64 with kernel 2.6.18-92.el5. We have following configuration : /opt/intel/Compiler/11.0/069/ mkl/lib/em64t Now we want to insta

[Numpy-discussion] Is this right forum for doubts abt numpy/scipy installation

2011-05-28 Thread akshar bhosale
Hi, Is this right forum for doubts abt numpy/scipy installation? Please find our issue below .. we have machine having intel xeon x7350 processors(8 nos) and RHEL 5.2 x86_64 with kernel 2.6.18-92.el5. We have following configuration : /opt/intel/Compiler/11.0/069/ mkl/lib/em64t Now we want to insta

[Numpy-discussion] Problem with installation of numpy and scipy using MKL

2011-05-28 Thread akshar bhosale
Hi, we have machine having intel xeon x7350 processors(8 nos) and RHEL 5.2 x86_64 with kernel 2.6.18-92.el5. We have following configuration : /opt/intel/Compiler/11.0/069/ mkl/lib/em64t Now we want to install numpy and scipy as an user in my home directory. Following are the libraries build insid

[Numpy-discussion] problem with installation of numpy+scipy on intel platform

2011-05-26 Thread akshar bhosale
Hi, we have machine having intel xeon x7350 processors(8 nos) and RHEL 5.2 x86_64 with kernel 2.6.18-92.el5. We have following configuration : /opt/intel/Compiler/11.0/069/mkl/lib/em64t Now we want to install numpy and scipy as an user in my home directory. Following are the libraries build inside