<?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 Hi Vipin in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Xcode-config-scheme-for-composer-2015/m-p/1014693#M19418</link>
    <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Hi Vipin&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Just a simple test, just trying to verify that my Xcode setup is correct so that MKL is useable&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Is it possible to configure the debugger in xcode?, it's a bit of a pain relying on print statements for debug&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;please find attached sample xcode 5 project, I have xcode 6.1 as well but I don't think that is supported yet&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;regards&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Steve&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Oct 2014 10:15:48 GMT</pubDate>
    <dc:creator>steve_o_</dc:creator>
    <dc:date>2014-10-08T10:15:48Z</dc:date>
    <item>
      <title>Xcode config scheme for composer 2015</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Xcode-config-scheme-for-composer-2015/m-p/1014691#M19416</link>
      <description>&lt;PRE class="brush:plain;"&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5; font-family: Arial, 宋体, Tahoma, Helvetica, sans-serif;"&gt;I'm successfully using composer 2015 Fortran via command line but I'm attempting to integrate into Xcode 5 (Xcode 6.x is not working yet)&lt;/SPAN&gt;
&lt;/PRE&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I'm using one of the demo programs to test compilation and linking with libs (using random no generators , mersenne twister etc)&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;If I try to run in Xcode I get the following linker error after setting the&amp;nbsp;&lt;SPAN style="font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif; line-height: 1.5;"&gt;DYLD_LIBRARY_PATH in Xcode&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;Undefined symbols for architecture x86_64:
  "_vdrnguniform_", referenced from:
      _MAIN__ in iforta5IzJW.o
  "_vsldeletestream_", referenced from:
      _MAIN__ in iforta5IzJW.o
  "_vslnewstream_", referenced from:
      _MAIN__ in iforta5IzJW.o
ld: symbol(s) not found for architecture x86_64&lt;/PRE&gt;

&lt;P&gt;I can compile and run from the command line using the following&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;ifort mkl_vsl_uniform.f90   $MKLROOT/lib/libmkl_blas95_ilp64.a $MKLROOT/lib/libmkl_intel_ilp64.a $MKLROOT/lib/libmkl_core.a $MKLROOT/lib/libmkl_intel_thread.a   -o mkl_vsl_uniform&lt;/PRE&gt;

&lt;P&gt;Removing&amp;nbsp;$MKLROOT/lib/libmkl_intel_ilp64.a from the compilation gives the same error. So my question, is my&amp;nbsp;&lt;SPAN style="font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif;"&gt;DYLD_LIBRARY_PATH set correctly or am I missing a linker setting somewhere? The following is my current command line env&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;      Intel(R) Math Kernel Library (Intel(R) MKL) Link Tool v4.0
       ==========================================================

Output
======

Compiler option(s):
 -I/opt/intel/composer_xe_2015.0.077/mkl/include

Linking line:
 -L/opt/intel/composer_xe_2015.0.077/mkl/lib -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -openmp -lpthread -lm

Environment variable(s):
export DYLD_LIBRARY_PATH=/opt/intel/composer_xe_2015.0.077/mkl/../compiler/lib:/opt/intel/composer_xe_2015.0.077/mkl/lib:$DYLD_LIBRARY_PATH;&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2014 10:22:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Xcode-config-scheme-for-composer-2015/m-p/1014691#M19416</guid>
      <dc:creator>steve_o_</dc:creator>
      <dc:date>2014-10-06T10:22:08Z</dc:date>
    </item>
    <item>
      <title>Is it possible to attach your</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Xcode-config-scheme-for-composer-2015/m-p/1014692#M19417</link>
      <description>&lt;P&gt;Is it possible to attach your xcode project file?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2014 05:19:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Xcode-config-scheme-for-composer-2015/m-p/1014692#M19417</guid>
      <dc:creator>VipinKumar_E_Intel</dc:creator>
      <dc:date>2014-10-08T05:19:55Z</dc:date>
    </item>
    <item>
      <title>Hi Vipin</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Xcode-config-scheme-for-composer-2015/m-p/1014693#M19418</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Hi Vipin&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Just a simple test, just trying to verify that my Xcode setup is correct so that MKL is useable&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Is it possible to configure the debugger in xcode?, it's a bit of a pain relying on print statements for debug&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;please find attached sample xcode 5 project, I have xcode 6.1 as well but I don't think that is supported yet&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;regards&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Steve&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2014 10:15:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Xcode-config-scheme-for-composer-2015/m-p/1014693#M19418</guid>
      <dc:creator>steve_o_</dc:creator>
      <dc:date>2014-10-08T10:15:48Z</dc:date>
    </item>
    <item>
      <title>In case anyone else has this</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Xcode-config-scheme-for-composer-2015/m-p/1014694#M19419</link>
      <description>&lt;P&gt;In case anyone else has this question in future. I found an old article on the Intel site for Xcode 3&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/articles/quick-link-intel-mkl-in-xcode-ide-a-fortran-sample" style="font-size: 1em; line-height: 1.5;"&gt;https://software.intel.com/en-us/articles/quick-link-intel-mkl-in-xcode-ide-a-fortran-sample&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Just tried it with ifort 15 and Xcode 5.1.1 and it worked for me&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2014 20:21:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Xcode-config-scheme-for-composer-2015/m-p/1014694#M19419</guid>
      <dc:creator>steve_o_</dc:creator>
      <dc:date>2014-10-09T20:21:41Z</dc:date>
    </item>
  </channel>
</rss>

