[SciPy-user] build issue on 64-bit Intel Core2 Duo

Riccardo r.demaria at tiscali.it
Mon Jan 29 11:35:48 EST 2007


Hello,

I have a similar problem with a Xeon. At the same location the g77
flags are wrong:

Lib/fftpack/dfftpack/dcosqb.f:0: error: CPU you selected does not
support x86-64 instruction set

The fix proposed does not work. Here it is my /proc/cpu_info:

processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 15
model name      : Intel(R) Xeon(R) CPU            5150  @ 2.66GHz
stepping        : 6
cpu MHz         : 2327.501
cache size      : 4096 KB
physical id     : 0
siblings        : 2
core id         : 0
cpu cores       : 2
fpu             : yes
fpu_exception   : yes
cpuid level     : 10
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall
nx lm pni monitor ds_cpl est tm2 cx16 xtpr
bogomips        : 5323.64
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:


Any ideas?

Riccardo


On Sun, Jan 21, 2007 at 09:27:42AM -0500, Scott Ransom wrote:
> Hi Nadav,
> 
> Yup.  This seems to work.  Everything compiles and the tests pass.
> Thanks a bunch for the quick patch.
> 
> Scott
> 
> On Sun, Jan 21, 2007 at 11:17:09AM +0200, Nadav Horesh wrote:
> > The cpu identification in "site-packages/numpy/distutils/cpuinfo.py"
> > fails to recognizr Core2 cpu.
> > 
> > My solution: Modify  the  _is_Nocona method in cpuinfo.py to:
> > 
> >     def _is_Nocona(self):
> > #        return self.is_PentiumIV() and self.is_64bit()
> >         return re.match(r'Intel.*?Core.*\b',
> >                         self.info[0]['model name']) is not None
> > 
> > 
> > (The commented line is the old code that fails to recognize core 2)
> > 
> >   Nadav.
> 
> > _______________________________________________
> > SciPy-user mailing list
> > SciPy-user at scipy.org
> > http://projects.scipy.org/mailman/listinfo/scipy-user
> 
> 
> -- 
> -- 
> Scott M. Ransom            Address:  NRAO
> Phone:  (434) 296-0320               520 Edgemont Rd.
> email:  sransom at nrao.edu             Charlottesville, VA 22903 USA
> GPG Fingerprint: 06A9 9553 78BE 16DB 407B  FFCA 9BFA B6FF FFD3 2989
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user



More information about the SciPy-User mailing list