QuantumATK Forum

QuantumATK => Installation and License Questions => Topic started by: John on July 28, 2010, 04:57

Title: error happend when install
Post by: John on July 28, 2010, 04:57
Dear everyone,
   When I install the new version 10.8 on our server, the error happens:
" /opt/intel/mkl/9.1.021/lib/em64t/libmkl_mc.so: undefined symbol: mkl_dft_commit_descriptor_core", while we can run it well for the version 2008.10.

how to deal with it?

thank you!
Title: Re: error happend when install
Post by: Nordland on July 28, 2010, 15:45
Try to unset the environment variable MKLROOT if such exist. The error comes from a library being loaded from the machine, rather than the MKL version that is shipped along ATK.
Title: Re: error happend when install
Post by: Anders Blom on July 28, 2010, 23:07
You can do this (at least for testing) by using this way to start ATK:

Code
MKLROOT= atkpython script.py
Title: Re: error happend when install
Post by: Dong on August 30, 2010, 06:01
Dear everyone,
I encountered the same error. And I have tried both the methods of Norland and Anders Blom, but still can't work.
Could anyone give me some other methods?

Thank you!
Title: Re: error happend when install
Post by: zh on August 30, 2010, 12:16
i) use "locate libmkl_mc.so" to  find out the path of "libmkl_mc.so".
ii) echo $MKLROOT.   By using this command, you can check whether the environment variable is set or not.
iii) export MKLROOT="your path to QuantumWise/atk-10.8.b1/atkpython/lib/"
Title: Re: error happend when install
Post by: Dong on August 30, 2010, 12:21
I have fixed it.  ;)  Another user has set something in the system before.
Title: Re: error happend when install
Post by: Dong on August 30, 2010, 12:23
Forget onething--thank you! :)