<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Problem in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Problem/m-p/776553#M196</link>
    <description>did you check LD_LIBRARY_PATH?</description>
    <pubDate>Tue, 20 Jul 2010 11:03:07 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2010-07-20T11:03:07Z</dc:date>
    <item>
      <title>Problem</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Problem/m-p/776549#M192</link>
      <description>Hello I have following problem. I want to use mkl on a Intel core2 CPU (Vendor ID: GenuineIntel) using the ifort compiler. I get this error message:&lt;BR /&gt;/home/fuchs/intel/Compiler/11.1/072/mkl/lib/em64t/libmkl_pgi_thread.so: undefined reference to `__mth_i_dfloatuk'&lt;BR /&gt;/home/fuchs/intel/Compiler/11.1/072/mkl/lib/em64t/libmkl_pgi_thread.so: undefined reference to `_mp_orders_chunk8'&lt;BR /&gt;/home/fuchs/intel/Compiler/11.1/072/mkl/lib/em64t/libmkl_pgi_thread.so: undefined reference to `_mp_penter'&lt;BR /&gt;/home/fuchs/intel/Compiler/11.1/072/mkl/lib/em64t/libmkl_pgi_thread.so: undefined reference to `_mp_lcpu2'&lt;BR /&gt;/home/fuchs/intel/Compiler/11.1/072/mkl/lib/em64t/libmkl_pgi_thread.so: undefined reference to `_mp_orders_init8'&lt;BR /&gt;/home/fuchs/intel/Compiler/11.1/072/mkl/lib/em64t/libmkl_pgi_thread.so: undefined reference to `_mp_ncpus'&lt;BR /&gt;/home/fuchs/intel/Compiler/11.1/072/mkl/lib/em64t/libmkl_pgi_thread.so: undefined reference to `_mp_pexit'&lt;BR /&gt;/home/fuchs/intel/Compiler/11.1/072/mkl/lib/em64t/libmkl_pgi_thread.so: undefined reference to `__fmth_i_dsincos'&lt;BR /&gt;/home/fuchs/intel/Compiler/11.1/072/mkl/lib/em64t/libmkl_pgi_thread.so: undefined reference to `__c_mset4'&lt;BR /&gt;/home/fuchs/intel/Compiler/11.1/072/mkl/lib/em64t/libmkl_pgi_thread.so: undefined reference to `__c_mcopy8'&lt;BR /&gt;/home/fuchs/intel/Compiler/11.1/072/mkl/lib/em64t/libmkl_pgi_thread.so: undefined reference to `_mp_p'&lt;BR /&gt;/home/fuchs/intel/Compiler/11.1/072/mkl/lib/em64t/libmkl_pgi_thread.so: undefined reference to `_mp_orders_beg'&lt;BR /&gt;/home/fuchs/intel/Compiler/11.1/072/mkl/lib/em64t/libmkl_pgi_thread.so: undefined reference to `_mp_scheds8'&lt;BR /&gt;/home/fuchs/intel/Compiler/11.1/072/mkl/lib/em64t/libmkl_pgi_thread.so: undefined reference to `_mp_scheds_dyn_init8'&lt;BR /&gt;/home/fuchs/intel/Compiler/11.1/072/mkl/lib/em64t/libmkl_pgi_thread.so: undefined reference to `_mp_scheds'&lt;BR /&gt;/home/fuchs/intel/Compiler/11.1/072/mkl/lib/em64t/libmkl_pgi_thread.so: undefined reference to `_mp_ncpus2'&lt;BR /&gt;/home/fuchs/intel/Compiler/11.1/072/mkl/lib/em64t/libmkl_pgi_thread.so: undefined reference to `__c_mzero4'&lt;BR /&gt;/home/fuchs/intel/Compiler/11.1/072/mkl/lib/em64t/libmkl_pgi_thread.so: undefined reference to `_mp_scheds_dyn_init'&lt;BR /&gt;/home/fuchs/intel/Compiler/11.1/072/mkl/lib/em64t/libmkl_pgi_thread.so: undefined reference to `__c_mcopy8_bwd'&lt;BR /&gt;/home/fuchs/intel/Compiler/11.1/072/mkl/lib/em64t/libmkl_pgi_thread.so: undefined reference to `_mp_v'&lt;BR /&gt;/home/fuchs/intel/Compiler/11.1/072/mkl/lib/em64t/libmkl_pgi_thread.so: undefined reference to `_mp_penter_set'&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;I used this compiler settings:&lt;BR /&gt;/home/fuchs/intel/Compiler/11.1/072/bin/intel64/ifort -O3 /home/fuchs/workspace-f90/Schwerefeldbestimmung/*.o RefOrbit.f90 -o RefOrbit -I/home/fuchs/workspace-f90/Schwerefeldbestimmung/ -L/home/fuchs/intel/Compiler/11.1/072/mkl/lib/em64t -lmkl_pgi_thread -lmkl_core -lmkl_intel_ilp64 -lmkl_lapack95_ilp64 -openmp&lt;BR /&gt;&lt;BR /&gt;Can someone help me please...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jul 2010 08:27:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Problem/m-p/776549#M192</guid>
      <dc:creator>Martin_Fuchs</dc:creator>
      <dc:date>2010-07-20T08:27:21Z</dc:date>
    </item>
    <item>
      <title>Problem</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Problem/m-p/776550#M193</link>
      <description>Hi Martin,&lt;BR /&gt;&lt;BR /&gt;the unresolved symbols that you've seen come from the PGI threading library of MKL. As you're compiling and linking with ifort you should remove the PGI library from the command line and replace with either libmkl_gnu_thread.a or libmkl_intel_thread.a.&lt;BR /&gt;&lt;BR /&gt;Does that work out for you?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt; -michael</description>
      <pubDate>Tue, 20 Jul 2010 10:17:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Problem/m-p/776550#M193</guid>
      <dc:creator>Michael_K_Intel2</dc:creator>
      <dc:date>2010-07-20T10:17:19Z</dc:date>
    </item>
    <item>
      <title>Problem</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Problem/m-p/776551#M194</link>
      <description>Jep that worked... now I can compile without any errors but when I start the executable it says...&lt;BR /&gt;./RefOrbit: error while loading shared libraries: libmkl_intel_thread.so: cannot open shared object file: No such file or directory&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jul 2010 10:41:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Problem/m-p/776551#M194</guid>
      <dc:creator>Martin_Fuchs</dc:creator>
      <dc:date>2010-07-20T10:41:07Z</dc:date>
    </item>
    <item>
      <title>Problem</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Problem/m-p/776552#M195</link>
      <description>Martin,&lt;DIV&gt;my 2 cents regarding this issue: for the future it would be usefull if you will refer to the &lt;A href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/"&gt;MKL Linker Adviser&lt;/A&gt;, which will provide thr proper linking line for all most important combinations.&lt;/DIV&gt;&lt;DIV&gt;--Gennady&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 Jul 2010 11:02:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Problem/m-p/776552#M195</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-07-20T11:02:22Z</dc:date>
    </item>
    <item>
      <title>Problem</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Problem/m-p/776553#M196</link>
      <description>did you check LD_LIBRARY_PATH?</description>
      <pubDate>Tue, 20 Jul 2010 11:03:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Problem/m-p/776553#M196</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-07-20T11:03:07Z</dc:date>
    </item>
    <item>
      <title>Problem</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Problem/m-p/776554#M197</link>
      <description>Jepped that worked... Now finally this error&lt;BR /&gt;./RefOrbit: error while loading shared libraries: libiomp5.so: cannot open shared object file: No such file or directory&lt;BR /&gt;&lt;BR /&gt;this might be similar I guess...</description>
      <pubDate>Tue, 20 Jul 2010 11:12:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Problem/m-p/776554#M197</guid>
      <dc:creator>Martin_Fuchs</dc:creator>
      <dc:date>2010-07-20T11:12:56Z</dc:date>
    </item>
    <item>
      <title>Problem</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Problem/m-p/776555#M198</link>
      <description>LD_LIBRARY_PATH=/DGFI16/home/fuchs/intel/Compiler/11.1/072/lib/intel64:$LD_LIBRARY_PATH&lt;BR /&gt;^^ so finally I made it... Thanks so much to every one... !!! With this last line it compiled and worked...</description>
      <pubDate>Tue, 20 Jul 2010 11:23:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Problem/m-p/776555#M198</guid>
      <dc:creator>Martin_Fuchs</dc:creator>
      <dc:date>2010-07-20T11:23:03Z</dc:date>
    </item>
    <item>
      <title>Problem</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Problem/m-p/776556#M199</link>
      <description>&lt;DIV id="_mcePaste"&gt;Well. Thats fine. Let me add one more comment regarding error while loading shared libraries: libiomp5.so&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;I noticed you uses MKL version which is bundled with Intel Compiler,&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;hence in this case all libiomp*.* binary objects are situated into &lt;COMPILER_ROOT&gt;/lib/intel64/ directory,&lt;/COMPILER_ROOT&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;Where, as I guess in your case &lt;COMPILER_ROOT&gt; == /home/fuchs/intel/Compiler/11.1/072/&lt;/COMPILER_ROOT&gt;&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;--Gennady&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 Jul 2010 11:40:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Problem/m-p/776556#M199</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-07-20T11:40:07Z</dc:date>
    </item>
  </channel>
</rss>

