- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Tempeh,
Could you please share the link line you used for building VASP? And could please also show the ldd output for VASP binary:
$ ldd /home2/hamad/VASPfiles/Vasp/vasp.5.3/vasp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Tempeh,
cd /opt/intel/Compiler/11.1/073/mkl/lib/em64t
nm libmkl_intel_thread.so|grep mkl_serv_set_progress and I get no message output,
This means the symbol mkl_serv_set_progress_interface is not in the libmkl_intel_thread.so. Could you please check other mkl library and see which library include the symbols?
we haven't 073 installed, so can't check. ( I had other 11.1 version, but haven't found the symbol either).
As we haven't found the symbol in some library so far, so you may try any one or any combination : LD_PRELOAD=opt/intel/mkl/lib/intel64/libmkl_intel_thread.so:opt/intel/mkl/lib/intel64/libmkl_core.so and see if any changes.
Best Regards
Ying
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tempeh,
It looks like you use quite old version of MKL... Could you please check the exact version of MKL by looking at the file /opt/intel/Compiler/11.1/073/mkl/include/mkl.h and post it here (see __INTEL_MKL__, __INTEL_MKL_MINOR__, __INTEL_MKL_UPDATE__ defines)?
Could you please also grep the VASP source files and check whether them call mkl_serv_set_progress_interface?
$ grep -i set_progress_interface $VASP_SOURCE_DIR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Tempeh,
you can check other mkl libraries like below:
[yhu5@snb01 em64t]$ cd /opt/intel/Compiler/11.1/075/mkl/lib/em64t
[yhu5@snb01 em64t]$nm -gA *.so | grep mkl_serv_set_progress
libmkl_gf_ilp64.so: U mkl_serv_set_progress
libmkl_gf_lp64.so: U mkl_serv_set_progress
libmkl_gnu_thread.so:00000000001c7190 T mkl_serv_set_progress
libmkl_intel_ilp64.so: U mkl_serv_set_progress
libmkl_intel_lp64.so: U mkl_serv_set_progress
libmkl_intel_sp2dp.so: U mkl_serv_set_progress
libmkl_intel_thread.so:00000000002245e0 T mkl_serv_set_progress
libmkl_pgi_thread.so:00000000001c9c20 T mkl_serv_set_progress
libmkl_sequential.so:00000000001b8df0 T mkl_serv_set_progress
i'm using 11.1.075. There is no symbol.
Let's see the result of the symbols as Evarist suggested.
Regards,
Ying


- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page