Author Topic: error happend when install  (Read 11241 times)

0 Members and 1 Guest are viewing this topic.

Offline John

  • Heavy QuantumATK user
  • ***
  • Posts: 33
  • Reputation: 0
    • View Profile
error happend when install
« 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!
« Last Edit: August 30, 2010, 12:03 by zh »

Offline Nordland

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 812
  • Reputation: 18
    • View Profile
Re: error happend when install
« Reply #1 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.

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5405
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: error happend when install
« Reply #2 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

Offline Dong

  • Regular QuantumATK user
  • **
  • Posts: 8
  • Reputation: 0
    • View Profile
Re: error happend when install
« Reply #3 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!

Offline zh

  • QuantumATK Support
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 1141
  • Reputation: 24
    • View Profile
Re: error happend when install
« Reply #4 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/"

Offline Dong

  • Regular QuantumATK user
  • **
  • Posts: 8
  • Reputation: 0
    • View Profile
Re: error happend when install
« Reply #5 on: August 30, 2010, 12:21 »
I have fixed it.  ;)  Another user has set something in the system before.

Offline Dong

  • Regular QuantumATK user
  • **
  • Posts: 8
  • Reputation: 0
    • View Profile
Re: error happend when install
« Reply #6 on: August 30, 2010, 12:23 »
Forget onething--thank you! :)