<?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 linking MKL in Xcode in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-MKL-in-Xcode/m-p/860454#M7467</link>
    <description>Dear Artem;&lt;BR /&gt;Thanks for the reply, I double checked the procedure. It's exacltly the same as you specified. I believe there should be something wrong with the MKL linking part.</description>
    <pubDate>Sat, 10 Apr 2010 04:53:09 GMT</pubDate>
    <dc:creator>pourmatin85</dc:creator>
    <dc:date>2010-04-10T04:53:09Z</dc:date>
    <item>
      <title>linking MKL in Xcode</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-MKL-in-Xcode/m-p/860448#M7461</link>
      <description>hey there;&lt;BR /&gt;&lt;BR /&gt;I'm trying to convert my fortran code from windows into MAC. However, I have some problems with linking mkl with xcode.&lt;BR /&gt;I've done everything according to the &lt;A target="_blank" title="this" href="http://software.intel.com/en-us/articles/intel-math-kernel-library-for-mac-os-compiling-and-linking-with-xcode/"&gt;this&lt;/A&gt; article. Anyway I still get this error:&lt;BR /&gt;Command /Developer/usr/local/bin/ifort-11.1-base/bin/intel64/ifort failed with exit code 1&lt;BR /&gt;&lt;BR /&gt;According to the error, I'm guessing the problem is about 32/64 architecture, isn't it? I'm trying to compile the code in 32 and I'm using static libraries.&lt;BR /&gt;It's driving me crazy!! please help me out.</description>
      <pubDate>Sat, 27 Mar 2010 07:56:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-MKL-in-Xcode/m-p/860448#M7461</guid>
      <dc:creator>pourmatin85</dc:creator>
      <dc:date>2010-03-27T07:56:04Z</dc:date>
    </item>
    <item>
      <title>linking MKL in Xcode</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-MKL-in-Xcode/m-p/860449#M7462</link>
      <description>&lt;DIV&gt;quote:"&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;Command /Developer/usr/local/bin/ifort-11.1-base/bin/&lt;B&gt;intel64&lt;/B&gt;/ifort failed with exit code 1.&lt;/SPAN&gt;&lt;/DIV&gt;
According to the error, I'm guessing the problem is about 32/64 architecture, isn't it? &lt;B&gt;I'm trying to compile the code in 32"&lt;/B&gt;
&lt;DIV&gt;&lt;B&gt;&lt;BR /&gt;&lt;/B&gt;&lt;/DIV&gt;
&lt;DIV&gt;I quess you are trying to build 32 bit application by 64bit compiler.&lt;/DIV&gt;
&lt;DIV&gt;You can either add the compiler option-m32 or use 32-bit compiler (( ../bin/ifort-11.1-base/bin/ia32/ifort))&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;--Gennady&lt;/DIV&gt;</description>
      <pubDate>Mon, 29 Mar 2010 05:35:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-MKL-in-Xcode/m-p/860449#M7462</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-03-29T05:35:19Z</dc:date>
    </item>
    <item>
      <title>linking MKL in Xcode</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-MKL-in-Xcode/m-p/860450#M7463</link>
      <description>Gennady;&lt;BR /&gt;How can I add the compiler option in xcode environment?</description>
      <pubDate>Sat, 03 Apr 2010 07:20:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-MKL-in-Xcode/m-p/860450#M7463</guid>
      <dc:creator>pourmatin85</dc:creator>
      <dc:date>2010-04-03T07:20:44Z</dc:date>
    </item>
    <item>
      <title>linking MKL in Xcode</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-MKL-in-Xcode/m-p/860451#M7464</link>
      <description>please look at this &lt;A href="http://software.intel.com/en-us/articles/intel-math-kernel-library-for-mac-os-compiling-and-linking-with-xcode/"&gt;article&lt;/A&gt;, may be it will help.&lt;BR /&gt;&lt;DIV&gt;--Gennady&lt;/DIV&gt;</description>
      <pubDate>Mon, 05 Apr 2010 07:42:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-MKL-in-Xcode/m-p/860451#M7464</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-04-05T07:42:43Z</dc:date>
    </item>
    <item>
      <title>linking MKL in Xcode</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-MKL-in-Xcode/m-p/860452#M7465</link>
      <description>as I noted in the Topic post I have followed the instruction of this article for linking mkl. Regarding to your previous post, I tried to find out which version of ifort the terminal uses, so I typed "ifort -V" in the command line.&lt;BR /&gt;The result was confusing, everytime I try this command, it says:&lt;BR /&gt;Intel Fortran Intel 64 Compiler Professional for applications running on Intel 64, Version 11.1 Build 20100203 Package ID: m_cprof_p_11.1.084&lt;BR /&gt;Copyright (C) 1985-2010 Intel Corporation. All rights reserved.&lt;BR /&gt;&lt;BR /&gt;then I try to convert it into 32 bit by this command:&lt;BR /&gt;source /opt/intel/Compiler/11.1/084/bin/ifortvars.sh ia32&lt;BR /&gt;then I try to build my project in xcode, after building (which results into the same error), the version of ifort changes back to 64 bit!!&lt;BR /&gt;&lt;BR /&gt;Please tell me whats going on!</description>
      <pubDate>Mon, 05 Apr 2010 18:07:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-MKL-in-Xcode/m-p/860452#M7465</guid>
      <dc:creator>pourmatin85</dc:creator>
      <dc:date>2010-04-05T18:07:51Z</dc:date>
    </item>
    <item>
      <title>linking MKL in Xcode</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-MKL-in-Xcode/m-p/860453#M7466</link>
      <description>Hello,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I'll try to describe briefly the steps for adding Intel Compilers inside XCode building environmet.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;OL&gt;&lt;LI&gt;Double click on your target in the 'Targets' list. Now 'Target "&lt;TARGET name=""&gt;" Info' dialog should appear.&lt;/TARGET&gt;&lt;/LI&gt;&lt;LI&gt;Select 'Rules' tab in this dialog.&lt;/LI&gt;&lt;LI&gt;Find rule for Fortran source files and select 'Intel Fortran Compiler' in the 'using:' drop list.&lt;/LI&gt;&lt;/OL&gt;Let's take a look on how to build executables for the specific architecture.&lt;/DIV&gt;&lt;DIV&gt;&lt;OL&gt;&lt;LI&gt;Open 'Project&amp;gt;Edit Project Settings' menu item. 'Project "&lt;PROJECT name=""&gt;" Info' dialog should appear.&lt;/PROJECT&gt;&lt;/LI&gt;&lt;LI&gt;Ensure that 'i386' exist in Architectures&amp;gt;Valid architectures list.&lt;/LI&gt;&lt;LI&gt;Select 'i386' in 'Project&amp;gt;Select Active Architecture'.&lt;/LI&gt;&lt;LI&gt;Build your project.&lt;/LI&gt;&lt;/OL&gt;Launch the 'file &lt;EXECUTABLE name=""&gt;' command in Terminal.&lt;/EXECUTABLE&gt;&lt;/DIV&gt;&lt;DIV&gt;It should return something like that:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;mkl_test: Mach-O executable i386&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Best regards,&lt;/DIV&gt;&lt;DIV&gt;Artem&lt;/DIV&gt;</description>
      <pubDate>Tue, 06 Apr 2010 10:10:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-MKL-in-Xcode/m-p/860453#M7466</guid>
      <dc:creator>Artem_V_Intel</dc:creator>
      <dc:date>2010-04-06T10:10:42Z</dc:date>
    </item>
    <item>
      <title>linking MKL in Xcode</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-MKL-in-Xcode/m-p/860454#M7467</link>
      <description>Dear Artem;&lt;BR /&gt;Thanks for the reply, I double checked the procedure. It's exacltly the same as you specified. I believe there should be something wrong with the MKL linking part.</description>
      <pubDate>Sat, 10 Apr 2010 04:53:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-MKL-in-Xcode/m-p/860454#M7467</guid>
      <dc:creator>pourmatin85</dc:creator>
      <dc:date>2010-04-10T04:53:09Z</dc:date>
    </item>
    <item>
      <title>linking MKL in Xcode</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-MKL-in-Xcode/m-p/860455#M7468</link>
      <description>if you have concerns regarding the MKL linking part, then:&lt;DIV&gt;1- How are you linking this application? and may be&lt;/DIV&gt;&lt;DIV&gt;2- the link advisor at the top of the forum will give the suggestion appropriate the platform combination.&lt;/DIV&gt;</description>
      <pubDate>Mon, 12 Apr 2010 08:50:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/linking-MKL-in-Xcode/m-p/860455#M7468</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-04-12T08:50:01Z</dc:date>
    </item>
  </channel>
</rss>

