<?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 Link MKL to Xcode (beginner) in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-MKL-to-Xcode-beginner/m-p/803592#M3256</link>
    <description>Hi&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I can not start using MKL in Xcode (3.2.5). (Fortran Compiler is Intel Fortran Compiler XE 12.0) What I have done is next&lt;/DIV&gt;&lt;DIV&gt;1) In Target, Build tab I set &lt;STRONG&gt;User Header Search Path&lt;/STRONG&gt;  to/Developer/opt/intel/composerxe-2011.0.085/mkl/include&lt;/DIV&gt;&lt;DIV&gt;2) &lt;STRONG&gt;Library Search Path &lt;/STRONG&gt;set to/Developer/opt/intel/composerxe-2011.0.085/compiler/lib&lt;/DIV&gt;&lt;DIV&gt;3) Other Linker Flags to&lt;DIV id="_mcePaste"&gt;-mkl&lt;/DIV&gt;4)DYLD_LIBRARY_PATH=/Developer/opt/intel/composerxe-2011.0.085/mkl/lib&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;what I got is&lt;/DIV&gt;&lt;DIV&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo;"&gt;&lt;B&gt;dyld: Library not loaded: libiomp5.dylib&lt;/B&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;B&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 42.0px; text-indent: -42.0px; font: 11.0px Menlo;"&gt;&lt;B&gt;Referenced from: /Users/mrusp/Desktop/Phase_shift/build/Debug/Phase_shift&lt;/B&gt;&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 42.0px; text-indent: -42.0px; font: 11.0px Menlo;"&gt;&lt;B&gt;Reason: image not found&lt;/B&gt;&lt;/P&gt;&lt;DIV&gt;&lt;B&gt;&lt;BR /&gt;&lt;/B&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;B&gt;&lt;BR /&gt;&lt;/B&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-weight: normal;"&gt;I have never linked library for Fortran so know nothing about it. I use simple code and want to learn how to use subroutines using vstan example.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-weight: normal;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-weight: normal;"&gt;thanks in advance for your help&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/B&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;program main&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;INTEGER*8 N&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;real   ( kind = 8 ), allocatable, dimension ( : ) :: U&lt;/P&gt;&lt;P&gt;real   ( kind = 8 ), allocatable, dimension ( : ) :: W&lt;/P&gt;&lt;P&gt;N=10&lt;/P&gt;&lt;P&gt;allocate (U(N))&lt;/P&gt;
&lt;P&gt;allocate (W(N))&lt;/P&gt;do i=1,N&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;W(i)=1&lt;/DIV&gt;&lt;DIV&gt;enddo&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;call vstan( N, W, U )&lt;/P&gt;&lt;P&gt;deallocate ( W )&lt;/P&gt;
&lt;P&gt;deallocate ( U )&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 27 Oct 2011 19:58:29 GMT</pubDate>
    <dc:creator>i_yura</dc:creator>
    <dc:date>2011-10-27T19:58:29Z</dc:date>
    <item>
      <title>Link MKL to Xcode (beginner)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-MKL-to-Xcode-beginner/m-p/803592#M3256</link>
      <description>Hi&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I can not start using MKL in Xcode (3.2.5). (Fortran Compiler is Intel Fortran Compiler XE 12.0) What I have done is next&lt;/DIV&gt;&lt;DIV&gt;1) In Target, Build tab I set &lt;STRONG&gt;User Header Search Path&lt;/STRONG&gt;  to/Developer/opt/intel/composerxe-2011.0.085/mkl/include&lt;/DIV&gt;&lt;DIV&gt;2) &lt;STRONG&gt;Library Search Path &lt;/STRONG&gt;set to/Developer/opt/intel/composerxe-2011.0.085/compiler/lib&lt;/DIV&gt;&lt;DIV&gt;3) Other Linker Flags to&lt;DIV id="_mcePaste"&gt;-mkl&lt;/DIV&gt;4)DYLD_LIBRARY_PATH=/Developer/opt/intel/composerxe-2011.0.085/mkl/lib&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;what I got is&lt;/DIV&gt;&lt;DIV&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo;"&gt;&lt;B&gt;dyld: Library not loaded: libiomp5.dylib&lt;/B&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;B&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 42.0px; text-indent: -42.0px; font: 11.0px Menlo;"&gt;&lt;B&gt;Referenced from: /Users/mrusp/Desktop/Phase_shift/build/Debug/Phase_shift&lt;/B&gt;&lt;/P&gt;
&lt;P style="margin: 0.0px 0.0px 0.0px 42.0px; text-indent: -42.0px; font: 11.0px Menlo;"&gt;&lt;B&gt;Reason: image not found&lt;/B&gt;&lt;/P&gt;&lt;DIV&gt;&lt;B&gt;&lt;BR /&gt;&lt;/B&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;B&gt;&lt;BR /&gt;&lt;/B&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-weight: normal;"&gt;I have never linked library for Fortran so know nothing about it. I use simple code and want to learn how to use subroutines using vstan example.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-weight: normal;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-weight: normal;"&gt;thanks in advance for your help&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/B&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;program main&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;INTEGER*8 N&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;real   ( kind = 8 ), allocatable, dimension ( : ) :: U&lt;/P&gt;&lt;P&gt;real   ( kind = 8 ), allocatable, dimension ( : ) :: W&lt;/P&gt;&lt;P&gt;N=10&lt;/P&gt;&lt;P&gt;allocate (U(N))&lt;/P&gt;
&lt;P&gt;allocate (W(N))&lt;/P&gt;do i=1,N&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;W(i)=1&lt;/DIV&gt;&lt;DIV&gt;enddo&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;call vstan( N, W, U )&lt;/P&gt;&lt;P&gt;deallocate ( W )&lt;/P&gt;
&lt;P&gt;deallocate ( U )&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 27 Oct 2011 19:58:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-MKL-to-Xcode-beginner/m-p/803592#M3256</guid>
      <dc:creator>i_yura</dc:creator>
      <dc:date>2011-10-27T19:58:29Z</dc:date>
    </item>
    <item>
      <title>Link MKL to Xcode (beginner)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-MKL-to-Xcode-beginner/m-p/803593#M3257</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;libiomp5 is Intel Compiler runtime library, and youalso needs to add the compiler dynamic path ( for example /Developer/opt/intel/composerxe-2011.0.085/lib) into DYLD_LIBRARY_PATH&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chao</description>
      <pubDate>Fri, 28 Oct 2011 03:33:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-MKL-to-Xcode-beginner/m-p/803593#M3257</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2011-10-28T03:33:59Z</dc:date>
    </item>
    <item>
      <title>Link MKL to Xcode (beginner)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-MKL-to-Xcode-beginner/m-p/803594#M3258</link>
      <description>Hi, Chao&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;it works and that is awesome&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Iurii&lt;/DIV&gt;</description>
      <pubDate>Fri, 28 Oct 2011 16:17:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Link-MKL-to-Xcode-beginner/m-p/803594#M3258</guid>
      <dc:creator>i_yura</dc:creator>
      <dc:date>2011-10-28T16:17:30Z</dc:date>
    </item>
  </channel>
</rss>

