<?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,  in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/problem-in-compiling-the-mkl-lapack-examples-zgesvd-ex-c-htm/m-p/977635#M17158</link>
    <description>&lt;P&gt;Hi, &lt;BR /&gt;&lt;BR /&gt;As suggest by mecej4, adding "-mkl" is easy way for icc.&amp;nbsp; If you are using the gcc, the following tools may provide some help on the libraries needed for the application:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/"&gt;http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
    <pubDate>Mon, 19 Aug 2013 02:01:14 GMT</pubDate>
    <dc:creator>Chao_Y_Intel</dc:creator>
    <dc:date>2013-08-19T02:01:14Z</dc:date>
    <item>
      <title>problem in compiling the mkl_lapack_examples/zgesvd_ex.c.htm</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/problem-in-compiling-the-mkl-lapack-examples-zgesvd-ex-c-htm/m-p/977633#M17156</link>
      <description>&lt;P&gt;Dear All&lt;/P&gt;
&lt;P&gt;I want to run this example :&amp;nbsp;&lt;A href="http://software.intel.com/sites/products/documentation/doclib/mkl_sa/11/mkl_lapack_examples/zgesvd_ex.c.htm"&gt;http://software.intel.com/sites/products/documentation/doclib/mkl_sa/11/mkl_lapack_examples/zgesvd_ex.c.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;to do this i installed "composer_xe_2013.3.163"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and pathed it as : &amp;nbsp;"source $HOME/intel/composer_xe_2013.3.163/bin/compilervars.sh ia32" in .bashrc&lt;/P&gt;
&lt;P&gt;then to compile the program, the command line in the terminal is : $ gcc zgesvd.c&lt;/P&gt;
&lt;P&gt;but it cant realized the zgesvd as below :&lt;/P&gt;
&lt;P&gt;$ gcc zgesvd.c&lt;/P&gt;
&lt;P&gt;/tmp/ccJyWTh0.o: In function `main':&lt;BR /&gt;zgesvd.c:(.text+0xeb): undefined reference to `zgesvd'&lt;BR /&gt;zgesvd.c:(.text+0x1b1): undefined reference to `zgesvd'&lt;BR /&gt;collect2: error: ld returned 1 exit status&amp;nbsp;&lt;/P&gt;
&lt;P&gt;how can i fix this problem?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2013 07:35:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/problem-in-compiling-the-mkl-lapack-examples-zgesvd-ex-c-htm/m-p/977633#M17156</guid>
      <dc:creator>saeedian</dc:creator>
      <dc:date>2013-08-18T07:35:29Z</dc:date>
    </item>
    <item>
      <title>Sourcing the shell script for</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/problem-in-compiling-the-mkl-lapack-examples-zgesvd-ex-c-htm/m-p/977634#M17157</link>
      <description>&lt;P&gt;Sourcing the shell script for the Intel compiler is done in preparation for using the Intel compiler. To build an example using the Intel C compiler, the command is [bash]icc -mkl zgesvd.c[/bash].&lt;/P&gt;
&lt;P&gt;If you really wish to build using gcc instead, you may need to use additional optional arguments or set up a suitable environment yourself.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2013 12:55:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/problem-in-compiling-the-mkl-lapack-examples-zgesvd-ex-c-htm/m-p/977634#M17157</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2013-08-18T12:55:12Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/problem-in-compiling-the-mkl-lapack-examples-zgesvd-ex-c-htm/m-p/977635#M17158</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;&lt;BR /&gt;As suggest by mecej4, adding "-mkl" is easy way for icc.&amp;nbsp; If you are using the gcc, the following tools may provide some help on the libraries needed for the application:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/"&gt;http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2013 02:01:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/problem-in-compiling-the-mkl-lapack-examples-zgesvd-ex-c-htm/m-p/977635#M17158</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2013-08-19T02:01:14Z</dc:date>
    </item>
    <item>
      <title>Dear</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/problem-in-compiling-the-mkl-lapack-examples-zgesvd-ex-c-htm/m-p/977636#M17159</link>
      <description>&lt;P&gt;Dear&lt;/P&gt;
&lt;P&gt;as meseje4 suggested I tried to install C++Cpmposer to utilizing "icc" but some problem&amp;nbsp;Arise in downloading its package.&lt;/P&gt;
&lt;P&gt;i tried non-commersional version&amp;nbsp;&amp;nbsp;http://software.intel.com/en-us/non-commercial-software-development&amp;nbsp;&lt;/P&gt;
&lt;P&gt;after selecting the&amp;nbsp;C++Composer it goes&amp;nbsp;to the page&amp;nbsp;https://registrationcenter.intel.com/RegCenter/NComForm.aspx?ProductID=1517&lt;/P&gt;
&lt;P&gt;but the icon of the "accept" in this page is inactive&lt;/P&gt;
&lt;P&gt;how can i download this package?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2013 06:54:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/problem-in-compiling-the-mkl-lapack-examples-zgesvd-ex-c-htm/m-p/977636#M17159</guid>
      <dc:creator>saeedian</dc:creator>
      <dc:date>2013-08-19T06:54:54Z</dc:date>
    </item>
    <item>
      <title>You have to check each of the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/problem-in-compiling-the-mkl-lapack-examples-zgesvd-ex-c-htm/m-p/977637#M17160</link>
      <description>&lt;P&gt;You have to check each of the three boxes in the acceptance agreement. After you have done that, the ACCEPT button will become active.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2013 09:57:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/problem-in-compiling-the-mkl-lapack-examples-zgesvd-ex-c-htm/m-p/977637#M17160</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2013-08-19T09:57:29Z</dc:date>
    </item>
  </channel>
</rss>

