<?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 Installation issues with Parallel Studio XE 2017 in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installation-issues-with-Parallel-Studio-XE-2017/m-p/1064708#M21855</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I couldn't find a proper forum to post issues during installation, so I am posting it here. I am trying to install Intel Parallel Studio XE 2017 on OpenSUSE LEAP 42.1. The installation script gives a list of "Missing Optional Prerequisite" warning after checking the prerequisites, as listed below.&lt;/P&gt;

&lt;P&gt;Missing optional prerequisites&lt;BR /&gt;
	-- Unsupported OS&lt;BR /&gt;
	-- Intel(R) Trace Analyzer and Collector 2017 for Linux* OS: Unsupported OS&lt;BR /&gt;
	-- Intel(R) Cluster Checker 2017 for Linux* OS: Unsupported OS&lt;BR /&gt;
	-- Intel(R) VTune(TM) Amplifier XE 2017: Unsupported OS&lt;BR /&gt;
	-- Intel(R) Inspector 2017: Unsupported OS&lt;BR /&gt;
	-- Intel(R) Advisor 2017: Unsupported OS&lt;BR /&gt;
	-- Driver build options are incomplete. Drivers cannot be built.&lt;/P&gt;

&lt;P&gt;Details of the last in the above list are as follows&lt;/P&gt;

&lt;P&gt;Either kernel source directory, C compiler, or Make command is not detected by&lt;BR /&gt;
	the installation. To build the sampling driver, set up parameters in Advanced&lt;BR /&gt;
	Options -&amp;gt; Driver Build Options dialog.&lt;BR /&gt;
	To install kernel headers, execute one of the following commands specific to&lt;BR /&gt;
	your operating system:&lt;BR /&gt;
	- Fedora / Red Hat Enterprise Linux&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; - On a system with the default kernel, install the kernel-devel package:&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; yum install kernel-devel&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; - On a system with the PAE kernel, install the kernel-PAE package:&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; yum install kernel-PAE-devel&lt;BR /&gt;
	- OpenSUSE / SUSE Linux Enterprise&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; zypper install kernel-source&lt;BR /&gt;
	- Ubuntu / Debian&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; apt-get install linux-headers-4.1.34-33-default&lt;/P&gt;

&lt;P&gt;To ensure I have installed all 3 things it expects, kernel-source, C &amp;amp; C++ compiler &amp;amp; make, I have taken screenshots from terminal, shown here -&amp;nbsp; &lt;A href="http://tinypic.com/r/2cembrd/9" target="_blank"&gt;http://tinypic.com/r/2cembrd/9&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I suspect only the last in the list above could be of concern since if I continue installation despite warning, it installs successfully but gives errors when compiling.&lt;/P&gt;

&lt;P&gt;Initial compile-time error, occurs when compiling the first file of my code -&lt;/P&gt;

&lt;P&gt;ifort: error #10001: could not find directory in which g++ resides&lt;/P&gt;

&lt;P&gt;This issue is fixed by referring to &lt;A href="https://software.intel.com/en-us/articles/intel-fortran-compiler-for-linux-ifort-error-could-not-find-directory-in-which-g-resides" target="_blank"&gt;https://software.intel.com/en-us/articles/intel-fortran-compiler-for-linux-ifort-error-could-not-find-directory-in-which-g-resides&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;After fixing that issue, the next compile time error occurs during linking the objects&amp;nbsp; -&lt;/P&gt;

&lt;P&gt;ipo: error #11025: Linker command line is badly formed&lt;/P&gt;

&lt;P&gt;ifort: error #10014: problem during multi-file optimization compilation (code 1)&lt;/P&gt;

&lt;P&gt;I could not resolve these errors, &amp;amp; I suspect it has to do with the incomplete driver build option warning it gives during installation.&lt;/P&gt;

&lt;P&gt;I would be grateful for any advice or help!&lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;

&lt;P&gt;Hari&lt;/P&gt;</description>
    <pubDate>Tue, 25 Oct 2016 15:21:02 GMT</pubDate>
    <dc:creator>srinivasan__srihari</dc:creator>
    <dc:date>2016-10-25T15:21:02Z</dc:date>
    <item>
      <title>Installation issues with Parallel Studio XE 2017</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installation-issues-with-Parallel-Studio-XE-2017/m-p/1064708#M21855</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I couldn't find a proper forum to post issues during installation, so I am posting it here. I am trying to install Intel Parallel Studio XE 2017 on OpenSUSE LEAP 42.1. The installation script gives a list of "Missing Optional Prerequisite" warning after checking the prerequisites, as listed below.&lt;/P&gt;

&lt;P&gt;Missing optional prerequisites&lt;BR /&gt;
	-- Unsupported OS&lt;BR /&gt;
	-- Intel(R) Trace Analyzer and Collector 2017 for Linux* OS: Unsupported OS&lt;BR /&gt;
	-- Intel(R) Cluster Checker 2017 for Linux* OS: Unsupported OS&lt;BR /&gt;
	-- Intel(R) VTune(TM) Amplifier XE 2017: Unsupported OS&lt;BR /&gt;
	-- Intel(R) Inspector 2017: Unsupported OS&lt;BR /&gt;
	-- Intel(R) Advisor 2017: Unsupported OS&lt;BR /&gt;
	-- Driver build options are incomplete. Drivers cannot be built.&lt;/P&gt;

&lt;P&gt;Details of the last in the above list are as follows&lt;/P&gt;

&lt;P&gt;Either kernel source directory, C compiler, or Make command is not detected by&lt;BR /&gt;
	the installation. To build the sampling driver, set up parameters in Advanced&lt;BR /&gt;
	Options -&amp;gt; Driver Build Options dialog.&lt;BR /&gt;
	To install kernel headers, execute one of the following commands specific to&lt;BR /&gt;
	your operating system:&lt;BR /&gt;
	- Fedora / Red Hat Enterprise Linux&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; - On a system with the default kernel, install the kernel-devel package:&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; yum install kernel-devel&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; - On a system with the PAE kernel, install the kernel-PAE package:&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; yum install kernel-PAE-devel&lt;BR /&gt;
	- OpenSUSE / SUSE Linux Enterprise&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; zypper install kernel-source&lt;BR /&gt;
	- Ubuntu / Debian&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; apt-get install linux-headers-4.1.34-33-default&lt;/P&gt;

&lt;P&gt;To ensure I have installed all 3 things it expects, kernel-source, C &amp;amp; C++ compiler &amp;amp; make, I have taken screenshots from terminal, shown here -&amp;nbsp; &lt;A href="http://tinypic.com/r/2cembrd/9" target="_blank"&gt;http://tinypic.com/r/2cembrd/9&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I suspect only the last in the list above could be of concern since if I continue installation despite warning, it installs successfully but gives errors when compiling.&lt;/P&gt;

&lt;P&gt;Initial compile-time error, occurs when compiling the first file of my code -&lt;/P&gt;

&lt;P&gt;ifort: error #10001: could not find directory in which g++ resides&lt;/P&gt;

&lt;P&gt;This issue is fixed by referring to &lt;A href="https://software.intel.com/en-us/articles/intel-fortran-compiler-for-linux-ifort-error-could-not-find-directory-in-which-g-resides" target="_blank"&gt;https://software.intel.com/en-us/articles/intel-fortran-compiler-for-linux-ifort-error-could-not-find-directory-in-which-g-resides&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;After fixing that issue, the next compile time error occurs during linking the objects&amp;nbsp; -&lt;/P&gt;

&lt;P&gt;ipo: error #11025: Linker command line is badly formed&lt;/P&gt;

&lt;P&gt;ifort: error #10014: problem during multi-file optimization compilation (code 1)&lt;/P&gt;

&lt;P&gt;I could not resolve these errors, &amp;amp; I suspect it has to do with the incomplete driver build option warning it gives during installation.&lt;/P&gt;

&lt;P&gt;I would be grateful for any advice or help!&lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;

&lt;P&gt;Hari&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 15:21:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installation-issues-with-Parallel-Studio-XE-2017/m-p/1064708#M21855</guid>
      <dc:creator>srinivasan__srihari</dc:creator>
      <dc:date>2016-10-25T15:21:02Z</dc:date>
    </item>
    <item>
      <title>Hi Srihari,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installation-issues-with-Parallel-Studio-XE-2017/m-p/1064709#M21856</link>
      <description>&lt;P&gt;Hi Srihari,&lt;/P&gt;

&lt;P&gt;This problem should be start-up issue, you could submit your issue to &lt;A href="https://software.intel.com/en-us/forums/intel-software-development-products-download-registration-licensing"&gt;forum of&amp;nbsp;Intel® Software Development Products Download, Registration &amp;amp; Licensing&lt;/A&gt;. For OpenSUSE/SUSE OS,&amp;nbsp;Intel parallel studio 2017 could only support for 11.* &amp;amp; 12.*, I am afraid the leap 42.* is not supported by IPS. For more information about OS/system requirement, you could refer the &lt;A href="https://community.intel.com/legacyfs/online/drupal_files/managed/34/27/PSXE2017_Release_Notes_en_US_Lin_Win.pdf"&gt;release note of Intel Parallel Studio XE&amp;nbsp;2017&lt;/A&gt;. Hope it would be useful to you, thank you.&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
	Fiona&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 01:34:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installation-issues-with-Parallel-Studio-XE-2017/m-p/1064709#M21856</guid>
      <dc:creator>Zhen_Z_Intel</dc:creator>
      <dc:date>2016-10-26T01:34:04Z</dc:date>
    </item>
    <item>
      <title> Hi Fiona,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installation-issues-with-Parallel-Studio-XE-2017/m-p/1064710#M21857</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp;Hi Fiona,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Thanks for the reply. I am afraid the unsupported OS is not an issue since we have two other machines in our network that is running OpenSUSE LEAP 42.1 &amp;amp; also has the Parallel Studio XE 2016. Everything works fine on those systems.. Infact everything has been fine even on my system for almost 6-8 months now until I had to re-install the OpenSUSE following a hard drive crash. I have reported the issues in more detail on &lt;A href="https://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/700763"&gt;this thread&lt;/A&gt;. Steve Lionel had a different advice.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I have also posted snapshots of the system details on 2 machines where the Parallel Studio is working fine. During installation on those systems, there was no warning generated about 'build options' or not having found g++ (more on this in the thread above).&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://i63.tinypic.com/v64qi0.png" /&gt;&lt;/P&gt;

&lt;P&gt;and&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://i63.tinypic.com/t66knt.png" /&gt;&lt;/P&gt;

&lt;P&gt;I have reported this issue on the appropriate forum as suggested. Not knowing where to post, I had posted this one 3 other forums - &lt;A href="https://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/700763"&gt;here&lt;/A&gt;&amp;nbsp;in&amp;nbsp;&lt;A href="https://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x"&gt;Intel® Fortran Compiler for Linux* and Mac OS X*&lt;/A&gt;, here in &lt;A href="https://software.intel.com/en-us/forums/intel-math-kernel-library"&gt;Intel® Math Kernel Library&lt;/A&gt;, &amp;amp; &lt;A href="https://software.intel.com/en-us/forums/intel-software-development-products-download-registration-licensing/topic/701002"&gt;here&lt;/A&gt; in &lt;A href="https://software.intel.com/en-us/forums/intel-software-development-products-download-registration-licensing"&gt;Intel® Software Development Products Download, Registration &amp;amp; Licensing&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;So I'd be grateful if you could move the threads, if possible to one place, so it's not confusing..&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Hari&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 06:46:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installation-issues-with-Parallel-Studio-XE-2017/m-p/1064710#M21857</guid>
      <dc:creator>srinivasan__srihari</dc:creator>
      <dc:date>2016-10-26T06:46:00Z</dc:date>
    </item>
    <item>
      <title>Hi Fiona,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installation-issues-with-Parallel-Studio-XE-2017/m-p/1064711#M21858</link>
      <description>&lt;P&gt;Hi Fiona,&lt;/P&gt;

&lt;P&gt;The &lt;A href="https://software.intel.com/en-us/forums/intel-software-development-products-download-registration-licensing"&gt;forum of&amp;nbsp;Intel® Software Development Products Download, Registration &amp;amp; Licensing&lt;/A&gt; is apparently not the place to post my issue, as per the latest comment on &lt;A href="http://https://software.intel.com/en-us/comment/1889012#comment-1889012"&gt;my post&lt;/A&gt; there. If you could please close this thread as well, it will only leave &lt;A href="https://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/700763"&gt;my earliest post&lt;/A&gt; on forum of &lt;A href="https://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x"&gt;Intel® Fortran Compiler for Linux* and Mac OS X*. &lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Thanks for your help.&lt;/P&gt;

&lt;P&gt;Regards, Hari&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 09:39:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Installation-issues-with-Parallel-Studio-XE-2017/m-p/1064711#M21858</guid>
      <dc:creator>srinivasan__srihari</dc:creator>
      <dc:date>2016-10-26T09:39:04Z</dc:date>
    </item>
  </channel>
</rss>

