Hi Aurora1625,
Do you mean you got the error at the step with the command
Compile and install SciPy with the Intel Compilers: (On 64-bit platforms replace "intel" with "intelem")
- collapse sourceview plaincopy to clipboardprint?
sodu $pythonsetup.pyconfig--compiler=intel--fcompiler=intelbuild_clib--compiler=intel--fcompiler=intelbuild_ext--compiler=intel--fcompiler=intelinstall
Best Regards,
Ying




Unable to build scipy with mkl on ubuntu 12.04
Hi,
I am trying to build numpy and scipy on 64-bit Ubuntu 12.04 with Intel MKL.
I have installed all the prerequisites. The INTEL C++ complier and the Fortran compiler verision are all 2011 sp1 10.319 and MKL is the version within it.
I am following the installation instruction fromINTEL's website.
I have successfully build and installed numpy.
When building scipy I encounted the problem as follows:
error: could note create '/usr/local/lib/python2.7/dist-packages/scipy': Permission deniedwhen I try to put sudo in front of the install line, I got:
numpy.distutils.fcompiler.CompilerNotFound: intelem: f90 nor f77Could anyone help me?
Thanks!