[SciPy-dev] new core, Itanium/Intel compiler probs

Pearu Peterson pearu at scipy.org
Mon Dec 5 04:31:40 EST 2005



On Mon, 5 Dec 2005, Arnd Baecker wrote:

> Hi,
>
> we just got access to a new 64 Bit toy with many CPUs - so scipy
> has to be installed there ;-).
>
> The recommended compiler is the Intel one (icc,ifc).
> Scipy core builds/installs alright, using
>  python setup.py config --compiler=intel  build

Could you check that the build was really done with intel compilers?
I would have suggested the following command

   python setup.py config --fcompiler=intel install --prefix=$DESTDIR

Also, could you try building scipy_core (and Python if necessary) with 
gcc? How the tests behave then?

Pearu




More information about the SciPy-Dev mailing list