Planck Likelihhood undefined symbol: _intel_fast_memset'

Use of Cobaya. camb, CLASS, cosmomc, compilers, etc.
Post Reply
Akhilesh Nautiyal(akhi)
Posts: 72
Joined: June 13 2007
Affiliation: Malaviya National Institute of Technology Jaipur

Planck Likelihhood undefined symbol: _intel_fast_memset''

Post by Akhilesh Nautiyal(akhi) » May 06 2013

Hi,

I am trying to install Planck likelihood code in our cluster which has intel 13 and MKL 11.0. I am getting the following output.

akhileshn@annapurna:~/planck_era/plc/plc-1.0> ./waf configure --install_all_deps --lapack_mkl=/opt/app/intel/2013.0.028/mkl --lapack_mkl_version=10.3
Setting top to : /home/akhileshn/planck_era/plc/plc-1.0
Setting out to : /home/akhileshn/planck_era/plc/plc-1.0/build
Checking for program gcc,cc : /opt/app/intel/2013.0.028/bin/icc
gcc not found, defaulting to icc (cause : The intel compiler pretends to be gcc
(complete log in /home/akhileshn/planck_era/plc/plc-1.0/build/config.log))
Checking for program ar : /usr/bin/ar
Compile a test code with icc : yes
retrieve icc link line : ok
icc link line :
Setting architecture flag to : -m64
Checking for program ifort : /opt/app/intel/2013.0.028/bin/ifort
Checking for program xiar : /usr/bin/ar
Compile a test code with ifort : yes
retrieve ifort link line : ok
fortran link line : -L/opt/app/intel/2013.0.028/composer_xe_2013.1.117/compiler/lib/intel64 -L/opt/app/intel/2013.0.028/lib/intel64/ -L/lib -L/lib64 -lintlc -lifport -limf -lsvml -liomp5 -lifcoremt -lpthread
Setting install root to : /home/akhileshn/planck_era/plc/plc-1.0
Setting install bin directory to : /home/akhileshn/planck_era/plc/plc-1.0/bin
Setting install lib directory to : /home/akhileshn/planck_era/plc/plc-1.0/lib
Setting install include directory to : /home/akhileshn/planck_era/plc/plc-1.0/include
Checking for program python : /opt/app/python/2.7.4/bin/python
Checking for python version : 2.7.4
Checking for library python2.7 in LIBDIR : yes
Checking for program /opt/app/python/2.7.4/bin/python-config,python2.7-config,python-config-2.7,python2.7m-config : /opt/app/python/2.7.4/bin/python-config
Checking for header Python.h : yes
Checking for library dl : yes
checking for RTLD_DEFAULT in dl : no
Checking for program pmc-config : not found
Checking for library pmc : not found
Check mkl version : 10.3
create specific mkl lib : /home/akhileshn/planck_era/plc/plc-1.0/lib/libclik_mkl.so
Checking for library ['clik_mkl', 'iomp5', 'pthread', 'm'] : yes
Checking for function dtrsv : yes
Checking for function dpotrf : yes
Checking for function dpotrs : yes
Checking for function dpotri : yes
Checking for function dtrtri : yes
Checking for function dtrmm : yes
Checking for function dtrmv : yes
Checking for function dgeqrf : yes
Checking for function dormqr : yes
Checking for function dsyev : yes
Checking for function dgesvd : yes
Checking for function dsymv : yes
Checking for function dgemv : yes
Checking for function dgemm : yes
Checking for function dsyrk : yes
Checking for function dsyr2k : yes
Checking for function daxpy : yes
Checking for function dtrsm : yes
Checking for function dsymm : yes
Checking for function dsyr : yes
Checking for function ddot : yes
Checking for library ['cfitsio'] : yes
Checking for function fits_init_cfitsio : yes
Install 'wmap_likelihood_sw_v5.tar.gz'
wmap_likelihood_sw_v5.tar.gz already downloaded
untar wmap_likelihood_sw_v5.tar.gz
Checking python module 'numpy' : ok
No suitable python distribution found
Cause : '/home/akhileshn/planck_era/plc/plc-1.0/lib/python2.7/site-packages/numpy/core/multiarray.so: undefined symbol: _intel_fast_memset'
Compilation will continue without it (but I strongly advise that you install it)

Configure partial.
You can build now but you will be lacking some features.
I advise you to correct the error above before building
'configure' finished successfully (1m35.245s)


Can anyone help my figuring out "undefined symbol: _intel_fast_memset' " bug.
Regards,
akhilesh

Post Reply