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 bhosale > >> Hi, >> i am

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 wrote: >> > Hi, >> > i am us

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.6, processor is intel xe

Re: [Numpy-discussion] numpy with nose

2011-11-03 Thread Olivier Delalleau
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 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 >

Re: [Numpy-discussion] numpy with nose

2011-11-03 Thread Bruce Southey
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.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 >

[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