<?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 Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Installation-issues-with-Parallel-Studio-XE-2017/m-p/1065568#M56034</link>
    <description>&lt;P style="font-size: 12px; -ms-word-wrap: break-word;"&gt;Hi All,&lt;/P&gt;

&lt;P style="font-size: 12px; -ms-word-wrap: break-word;"&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 style="font-size: 12px; -ms-word-wrap: break-word;"&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;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 until I had to re-install the OS following a hard drive crash. I have reported the issues in more detail on&amp;nbsp;&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;. &amp;nbsp;&lt;SPAN style="font-size: 1em;"&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;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://i63.tinypic.com/v64qi0.png" /&gt; &amp;nbsp;&lt;SPAN style="font-size: 1em;"&gt;and &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;&lt;IMG src="http://i63.tinypic.com/t66knt.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="font-size: 12px; -ms-word-wrap: break-word;"&gt;Details of the last in the above list ("&lt;SPAN style="font-size: 12px;"&gt;Driver build options are incomplete"&lt;/SPAN&gt;) are as follows&lt;/P&gt;

&lt;P style="font-size: 12px; -ms-word-wrap: break-word;"&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 style="font-size: 12px; -ms-word-wrap: break-word;"&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;&amp;nbsp;&lt;A href="http://tinypic.com/r/2cembrd/9"&gt;http://tinypic.com/r/2cembrd/9&lt;/A&gt;&lt;/P&gt;

&lt;P style="font-size: 12px; -ms-word-wrap: break-word;"&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 style="font-size: 12px; -ms-word-wrap: break-word;"&gt;Initial compile-time error, occurs when compiling the first file of my code -&lt;/P&gt;

&lt;P style="font-size: 12px; -ms-word-wrap: break-word;"&gt;ifort: error #10001: could not find directory in which g++ resides&lt;/P&gt;

&lt;P style="font-size: 12px; -ms-word-wrap: break-word;"&gt;This issue is fixed by referring to&amp;nbsp;&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"&gt;this link&lt;/A&gt;.&lt;/P&gt;

&lt;P style="font-size: 12px; -ms-word-wrap: break-word;"&gt;After fixing that issue, the next compile time error occurs during linking the objects&amp;nbsp; -&lt;/P&gt;

&lt;P style="font-size: 12px; -ms-word-wrap: break-word;"&gt;ipo: error #11025: Linker command line is badly formed&lt;/P&gt;

&lt;P style="font-size: 12px; -ms-word-wrap: break-word;"&gt;ifort: error #10014: problem during multi-file optimization compilation (code 1)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="font-size: 12px; -ms-word-wrap: break-word;"&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.&amp;nbsp;Not knowing where to post, I had posted the issue on 2 other forums -&amp;nbsp;&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;, &lt;A href="https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/700765"&gt;here&lt;/A&gt; in&amp;nbsp;&lt;A href="https://software.intel.com/en-us/forums/intel-math-kernel-library"&gt;Intel® Math Kernel Library&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;

&lt;P style="font-size: 12px; -ms-word-wrap: break-word;"&gt;I would be grateful for any advice or help!&lt;/P&gt;

&lt;P style="font-size: 12px; -ms-word-wrap: break-word;"&gt;Thank you!&lt;/P&gt;

&lt;P style="font-size: 12px; -ms-word-wrap: break-word;"&gt;Hari&lt;/P&gt;</description>
    <pubDate>Wed, 26 Oct 2016 06:42:57 GMT</pubDate>
    <dc:creator>srinivasan__srihari</dc:creator>
    <dc:date>2016-10-26T06:42:57Z</dc:date>
    <item>
      <title>Installation issues with Parallel Studio XE 2017</title>
      <link>https://community.intel.com/t5/Software-Archive/Installation-issues-with-Parallel-Studio-XE-2017/m-p/1065568#M56034</link>
      <description>&lt;P style="font-size: 12px; -ms-word-wrap: break-word;"&gt;Hi All,&lt;/P&gt;

&lt;P style="font-size: 12px; -ms-word-wrap: break-word;"&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 style="font-size: 12px; -ms-word-wrap: break-word;"&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;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 until I had to re-install the OS following a hard drive crash. I have reported the issues in more detail on&amp;nbsp;&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;. &amp;nbsp;&lt;SPAN style="font-size: 1em;"&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;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://i63.tinypic.com/v64qi0.png" /&gt; &amp;nbsp;&lt;SPAN style="font-size: 1em;"&gt;and &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;&lt;IMG src="http://i63.tinypic.com/t66knt.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="font-size: 12px; -ms-word-wrap: break-word;"&gt;Details of the last in the above list ("&lt;SPAN style="font-size: 12px;"&gt;Driver build options are incomplete"&lt;/SPAN&gt;) are as follows&lt;/P&gt;

&lt;P style="font-size: 12px; -ms-word-wrap: break-word;"&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 style="font-size: 12px; -ms-word-wrap: break-word;"&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;&amp;nbsp;&lt;A href="http://tinypic.com/r/2cembrd/9"&gt;http://tinypic.com/r/2cembrd/9&lt;/A&gt;&lt;/P&gt;

&lt;P style="font-size: 12px; -ms-word-wrap: break-word;"&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 style="font-size: 12px; -ms-word-wrap: break-word;"&gt;Initial compile-time error, occurs when compiling the first file of my code -&lt;/P&gt;

&lt;P style="font-size: 12px; -ms-word-wrap: break-word;"&gt;ifort: error #10001: could not find directory in which g++ resides&lt;/P&gt;

&lt;P style="font-size: 12px; -ms-word-wrap: break-word;"&gt;This issue is fixed by referring to&amp;nbsp;&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"&gt;this link&lt;/A&gt;.&lt;/P&gt;

&lt;P style="font-size: 12px; -ms-word-wrap: break-word;"&gt;After fixing that issue, the next compile time error occurs during linking the objects&amp;nbsp; -&lt;/P&gt;

&lt;P style="font-size: 12px; -ms-word-wrap: break-word;"&gt;ipo: error #11025: Linker command line is badly formed&lt;/P&gt;

&lt;P style="font-size: 12px; -ms-word-wrap: break-word;"&gt;ifort: error #10014: problem during multi-file optimization compilation (code 1)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="font-size: 12px; -ms-word-wrap: break-word;"&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.&amp;nbsp;Not knowing where to post, I had posted the issue on 2 other forums -&amp;nbsp;&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;, &lt;A href="https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/700765"&gt;here&lt;/A&gt; in&amp;nbsp;&lt;A href="https://software.intel.com/en-us/forums/intel-math-kernel-library"&gt;Intel® Math Kernel Library&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;

&lt;P style="font-size: 12px; -ms-word-wrap: break-word;"&gt;I would be grateful for any advice or help!&lt;/P&gt;

&lt;P style="font-size: 12px; -ms-word-wrap: break-word;"&gt;Thank you!&lt;/P&gt;

&lt;P style="font-size: 12px; -ms-word-wrap: break-word;"&gt;Hari&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 06:42:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Installation-issues-with-Parallel-Studio-XE-2017/m-p/1065568#M56034</guid>
      <dc:creator>srinivasan__srihari</dc:creator>
      <dc:date>2016-10-26T06:42:57Z</dc:date>
    </item>
    <item>
      <title>Hi Hari,</title>
      <link>https://community.intel.com/t5/Software-Archive/Installation-issues-with-Parallel-Studio-XE-2017/m-p/1065569#M56035</link>
      <description>&lt;P&gt;Hi Hari,&lt;/P&gt;

&lt;P&gt;As you support request in&amp;nbsp;&lt;A href="https://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/700763"&gt;&lt;U&gt;&lt;FONT color="#0066cc"&gt;this thread&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt; (which was the right forum) has been addressed already,&amp;nbsp;I'm going to close your post here which is the forum for startup problems (download, registration and licensing) only.&lt;/P&gt;

&lt;P&gt;Regards, Hubert.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 09:23:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Installation-issues-with-Parallel-Studio-XE-2017/m-p/1065569#M56035</guid>
      <dc:creator>Hubert_H_Intel</dc:creator>
      <dc:date>2016-10-26T09:23:38Z</dc:date>
    </item>
  </channel>
</rss>

