[Pw_forum] runtime error
Axel Kohlmeyer
akohlmey at cmm.upenn.edu
Tue Apr 4 21:46:35 CEST 2006
sergey,
'-static' is 'dangerous' on linux. you can run into all
kinds of troubles when you update your OS or want to
use the binary on different installations.
with recent intel compilers you should use '-i-static',
and if you are using intel MKL you should use '-openmp'
in addition and for MKL the static versions of the
respective libraries, e.g. -lmkl_lapack and -lmkl_ia32
/-lmkl_em64t ...
also if you want to use the binary on multiple machines,
you have to compile it on the 'oldest' installation.
best regards,
axel.
=======================================================================
Axel Kohlmeyer e-mail: akohlmey at cmm.upenn.edu, tel: ++1-215-898-1582
Center for Molecular Modeling -- University of Pennsylvania
Department of Chemistry, 231 S.34th Street, Philadelphia, PA 19104-6323
=======================================================================
If you make something idiot-proof, the universe creates a better idiot.
On Tue, 4 Apr 2006, Sergey Lisenkov wrote:
>>> ./kpoints.x: symbol lookup error: ./kpoints.x: undefined symbol:
>>> __intel_cpu_indicator
>>>
>>> __intel_cpu_indicator ?
>>>
>>> does anyone know what this is ?
>>
>> it is a problem of your sowftare setting, not of quantum-espresso
>> Please look for "__intel_cpu_indicator" with google, there are
>> several links.
>
> Add "-static" during the linking stage.
>
> Sergey
> _______________________________________________
> Pw_forum mailing list
> Pw_forum at pwscf.org
> http://www.democritos.it/mailman/listinfo/pw_forum
>
More information about the Pw_forum
mailing list