<?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 This issue has been resolved. in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Dependencies-for-icc/m-p/1051190#M50043</link>
    <description>&lt;P&gt;This issue has been resolved. If you have a similar question please start a new thread to ensure your issue is being addressed in a timely manner.&lt;/P&gt;</description>
    <pubDate>Mon, 02 Jan 2017 22:11:34 GMT</pubDate>
    <dc:creator>Light_Intel</dc:creator>
    <dc:date>2017-01-02T22:11:34Z</dc:date>
    <item>
      <title>Dependencies for icc</title>
      <link>https://community.intel.com/t5/Software-Archive/Dependencies-for-icc/m-p/1051181#M50034</link>
      <description>&lt;P&gt;I'm working on &lt;A href="https://github.com/nemequ/icc-travis"&gt;a small script&lt;/A&gt; to install icc on &lt;A href="https://travis-ci.org/"&gt;Travis CI&lt;/A&gt;, and I'm pretty close to getting it working.&amp;nbsp; Unfortunately, AFAICT there isn't any information on how the different components interact.&lt;/P&gt;

&lt;P&gt;I'm installing "intel-icc-l-all__x86_64;intel-icc-l-ps-ss__x86_64;intel-icc-l-all-vars__noarch;intel-icc-l-all-common__noarch;intel-icc-l-ps-common__noarch;intel-icc-l-all-devel__x86_64;intel-icc-l-ps-devel__x86_64;intel-icc-l-ps-ss-devel__x86_64", but &lt;A href="https://travis-ci.org/nemequ/icc-travis/builds/89585219"&gt;when I try to run icc&lt;/A&gt; I get an error message:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;/opt/intel/bin/icc: error while loading shared libraries: libintelremotemon.so: cannot open shared object file: No such file or directory&lt;/PRE&gt;

&lt;P&gt;What component(s) do I need to install to get libintelremotemon.so installed?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2015 05:49:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Dependencies-for-icc/m-p/1051181#M50034</guid>
      <dc:creator>nemequ</dc:creator>
      <dc:date>2015-11-06T05:49:27Z</dc:date>
    </item>
    <item>
      <title>Never mind.  I had tried</title>
      <link>https://community.intel.com/t5/Software-Archive/Dependencies-for-icc/m-p/1051182#M50035</link>
      <description>&lt;P&gt;Never mind.&amp;nbsp; I had tried looking for the file earlier with no luck, but I just looked again and there it was in …/ism/bin/intel64.&amp;nbsp; I set LD_LIBRARY_PATH to the right directory, and it works.&lt;/P&gt;

&lt;P&gt;This brought be me to an interesting issue (which I've also resolved, but I would consider this one to be a bug).&amp;nbsp; I'm installing in user mode, and the installer dumps the license file to $DESTINATION/licenses, but icc doesn't actually check that location.&amp;nbsp; It checks $DESTINATION/compilers_and_libraries_2016.0.109/Licenses.&amp;nbsp; If I don't copy (or symlink) the license I get:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;Error: A license for Comp-CL is not available (-76,61026,2).

License file(s) used were (in this order):

    1.  Trusted Storage
**  2.  /home/travis/intel/compilers_and_libraries_2016.0.109/linux/bin/intel64/../../Licenses
**  3.  /home/travis/Licenses
**  4.  /opt/intel/licenses
**  5.  /Users/Shared/Library/Application Support/Intel/Licenses
**  6.  /home/travis/intel/compilers_and_libraries_2016.0.109/linux/bin/intel64/*.lic&lt;/PRE&gt;</description>
      <pubDate>Fri, 06 Nov 2015 08:16:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Dependencies-for-icc/m-p/1051182#M50035</guid>
      <dc:creator>nemequ</dc:creator>
      <dc:date>2015-11-06T08:16:18Z</dc:date>
    </item>
    <item>
      <title>Hi Evan,</title>
      <link>https://community.intel.com/t5/Software-Archive/Dependencies-for-icc/m-p/1051183#M50036</link>
      <description>&lt;P&gt;Hi Evan,&lt;/P&gt;

&lt;P&gt;The license file (.lic) should be on the default search locations:&lt;/P&gt;

&lt;P&gt;$HOME/intel/licenses (user installation)&lt;BR /&gt;
	or&lt;BR /&gt;
	/opt/intel/licenses (root installation)&lt;/P&gt;

&lt;P&gt;Alternatively you can use the environment variable INTEL_LICENSE_FILE=&amp;lt;path_do/license_file&amp;gt; pointing to another location of .lic.&lt;/P&gt;

&lt;P&gt;Regards, Hubert.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2015 08:58:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Dependencies-for-icc/m-p/1051183#M50036</guid>
      <dc:creator>Hubert_H_Intel</dc:creator>
      <dc:date>2015-11-06T08:58:34Z</dc:date>
    </item>
    <item>
      <title>The error message doesn't say</title>
      <link>https://community.intel.com/t5/Software-Archive/Dependencies-for-icc/m-p/1051184#M50037</link>
      <description>&lt;P&gt;The error message doesn't say anything about ~/intel/licenses being a valid location, and it doesn't work.&amp;nbsp; I have been using ~/intel as my PSET_INSTALL_DIR, so the license was being written to ~/intel/licenses and icc wasn't picking it up.&lt;/P&gt;

&lt;P&gt;I did a quick test and changed PSET_INSTALL_DIR to ~/intel2 just to see if the license was being written to ~/intel/licenses or $PSET_INSTALL_DIR/licenses, and it's the latter.&lt;/P&gt;

&lt;P&gt;My "fix" is to symlink to $PSET_INSTALL_DIR/licenses at ~/Licenses.&amp;nbsp; If icc were checking ~/intel/licenses that wouldn't be necessary (assuming PSET_INSTALL_DIR == ~/intel).&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2015 09:16:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Dependencies-for-icc/m-p/1051184#M50037</guid>
      <dc:creator>nemequ</dc:creator>
      <dc:date>2015-11-06T09:16:26Z</dc:date>
    </item>
    <item>
      <title>Note that I am not the one</title>
      <link>https://community.intel.com/t5/Software-Archive/Dependencies-for-icc/m-p/1051185#M50038</link>
      <description>&lt;P&gt;Note that I am not the one placing the *.lic files.&amp;nbsp; The installer is doing that, all I'm doing is providing it with a serial number.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2015 09:21:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Dependencies-for-icc/m-p/1051185#M50038</guid>
      <dc:creator>nemequ</dc:creator>
      <dc:date>2015-11-06T09:21:58Z</dc:date>
    </item>
    <item>
      <title>Evan,</title>
      <link>https://community.intel.com/t5/Software-Archive/Dependencies-for-icc/m-p/1051186#M50039</link>
      <description>&lt;P&gt;Evan,&lt;/P&gt;

&lt;P&gt;Thanks for feedback.&amp;nbsp;As said, the alternative&amp;nbsp;in case the default search paths do not work in a customized installation is to use INTEL_LICENSE_FILE.&lt;/P&gt;

&lt;P&gt;Regards, Hubert.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2015 09:32:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Dependencies-for-icc/m-p/1051186#M50039</guid>
      <dc:creator>Hubert_H_Intel</dc:creator>
      <dc:date>2015-11-06T09:32:52Z</dc:date>
    </item>
    <item>
      <title>So, back to (basically) the</title>
      <link>https://community.intel.com/t5/Software-Archive/Dependencies-for-icc/m-p/1051187#M50040</link>
      <description>&lt;P&gt;So, back to (basically) the original issue: dependencies.&amp;nbsp; The components I'm installing are still the same as in my original comment: "intel-icc-l-all__x86_64;intel-icc-l-ps-ss__x86_64;intel-icc-l-all-vars__noarch;intel-icc-l-all-common__noarch;intel-icc-l-ps-common__noarch;intel-icc-l-all-devel__x86_64;intel-icc-l-ps-devel__x86_64;intel-icc-l-ps-ss-devel__x86_64"&lt;/P&gt;

&lt;P&gt;When I call icc , &lt;A href="https://travis-ci.org/nemequ/icc-travis/builds/89609243"&gt;it complains about missing libraries&lt;/A&gt; (imf, svml, irng, ipgo, decimal, cilkrts, irc, and svml).&amp;nbsp; I've tried searching in INSTALL_PSET_DIR for libimf.so*, no results.&amp;nbsp; Am I missing a component?&lt;/P&gt;

&lt;P&gt;I have also noticed that $INSTALL_PSET_DIR/compilers_and_libraries_2016.0.109/linux/bin/iccvars.sh is a symlink to ./compilervars.sh, but that file doesn't exist (see lines 123-129 of that link for the output of `ls -l` on that directory.&amp;nbsp; My understanding is that I should be calling iccvars.sh to set the environment variables requires by icc/icpc, but obviously that just leads to an error.&amp;nbsp; Again, maybe compilervars.sh is provided by a component that I'm missing?&lt;/P&gt;

&lt;P&gt;The interactive installer seems to know what components to install depending on how you configure it, so it seems like there should be a list somewhere, but I can't find it.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2015 09:52:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Dependencies-for-icc/m-p/1051187#M50040</guid>
      <dc:creator>nemequ</dc:creator>
      <dc:date>2015-11-06T09:52:43Z</dc:date>
    </item>
    <item>
      <title>This error happens</title>
      <link>https://community.intel.com/t5/Software-Archive/Dependencies-for-icc/m-p/1051188#M50041</link>
      <description>&lt;P&gt;This error happens sporadically for me. &amp;nbsp;The library in question exists. Rerunning the tool usually fixes the problem.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(51, 51, 51); font-family: Consolas, 'Lucida Console', Menlo, Monaco, 'DejaVu Sans Mono', monospace, sans-serif; font-size: 13px; line-height: normal; white-space: pre-wrap;"&gt;/opt/intel/composer_xe_2015.2.164/bin/intel64/icpc: error while loading shared libraries: libintelremotemon.so: cannot open shared object file: No such file or directory&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;I believe this has to do with some interaction with the Intel Remote Monitoring service, i.e. if that fails, then you get this error. If it doesn't fail, then you don't get this error.&lt;/P&gt;

&lt;P&gt;How does one totally disable this silly service? It is of no use to me.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2016 19:22:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Dependencies-for-icc/m-p/1051188#M50041</guid>
      <dc:creator>Mark_L_1</dc:creator>
      <dc:date>2016-02-11T19:22:02Z</dc:date>
    </item>
    <item>
      <title>Hi Evan,</title>
      <link>https://community.intel.com/t5/Software-Archive/Dependencies-for-icc/m-p/1051189#M50042</link>
      <description>&lt;P&gt;Hi Evan,&lt;/P&gt;

&lt;P&gt;Sorry for the delay. While I was reviewing my open forum threads I found your last question still unanswered.&lt;/P&gt;

&lt;P&gt;Meanwhile we have Intel® Parallel Studio XE 2016 and if you have 2016&amp;nbsp;installed&amp;nbsp;and still encounter the error while loading libintelremotemon.so you can uninstall the Intel® Software Manager, e.g.:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp; sudo /opt/intel/ism/uninstall.sh&lt;/P&gt;

&lt;P&gt;and shutdown intelremotemon&lt;/P&gt;

&lt;P&gt;Regards, Hubert.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2016 07:52:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Dependencies-for-icc/m-p/1051189#M50042</guid>
      <dc:creator>Hubert_H_Intel</dc:creator>
      <dc:date>2016-07-14T07:52:07Z</dc:date>
    </item>
    <item>
      <title>This issue has been resolved.</title>
      <link>https://community.intel.com/t5/Software-Archive/Dependencies-for-icc/m-p/1051190#M50043</link>
      <description>&lt;P&gt;This issue has been resolved. If you have a similar question please start a new thread to ensure your issue is being addressed in a timely manner.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 22:11:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Dependencies-for-icc/m-p/1051190#M50043</guid>
      <dc:creator>Light_Intel</dc:creator>
      <dc:date>2017-01-02T22:11:34Z</dc:date>
    </item>
  </channel>
</rss>

