<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Fri, 25 May 2012 14:50:44 -0700 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://software.intel.com/en-us/articles/intel-compilers-for-linux-version-111-silent-installation-guide/feed/" rel="self" type="application/rss+xml" />
    <title>Intel Software Network Comments Feed</title>
    <link>http://software.intel.com/en-us/articles/intel-compilers-for-linux-version-111-silent-installation-guide</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>By Jacob Liberman</title>
      <description><![CDATA[ Can you post an example ini file for a license server installation?  

I ran "sh install.sh --duplicate" and created an ini file based on my license server installation.  When I attempt to reinstall using the "--silent" option, it fails with errors.

thanks! ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-compilers-for-linux-version-111-silent-installation-guide/#comment-38840</link>
      <pubDate>Tue, 02 Feb 2010 09:22:36 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-compilers-for-linux-version-111-silent-installation-guide/#comment-38840</guid>
    </item>
    <item>
      <title>By Ronald W. Green (Intel)</title>
      <description><![CDATA[ an example .ini file

ACTIVATION=exist_lic
CONTINUE_WITH_INSTALLDIR_OVERWRITE=yes
CONTINUE_WITH_OPTIONAL_ERROR=yes
PSET_INSTALL_DIR=/opt/spdtools/compiler/cpro/Compiler/11.1/064-dbg
INSTALL_MODE=RPM
ACCEPT_EULA=accept
 ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-compilers-for-linux-version-111-silent-installation-guide/#comment-38842</link>
      <pubDate>Tue, 02 Feb 2010 10:15:12 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-compilers-for-linux-version-111-silent-installation-guide/#comment-38842</guid>
    </item>
    <item>
      <title>By bevan.bennettngc.com</title>
      <description><![CDATA[ Jacob, it took a while to figure out, but the following works for me:

ACTIVATION=license_server
PSET_LICENSE_FILE=/path/to/COM_L_CMP_CPP_FDCC-XXXXXX.lic
CONTINUE_WITH_INSTALLDIR_OVERWRITE=yes
CONTINUE_WITH_OPTIONAL_ERROR=yes
PSET_INSTALL_DIR=/opt/intel/Compiler/11.1/069
INSTALL_MODE=RPM
ACCEPT_EULA=accept

Make sure the port in your license file is correct. Afterwards you can replace the file in /opt/intel/licenses/ with something like:
SERVER my_server ANY 28518
USE_SERVER

...but that file will not work for your silent installation, it looks like you need a "real" license file. ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-compilers-for-linux-version-111-silent-installation-guide/#comment-40986</link>
      <pubDate>Wed, 17 Mar 2010 16:36:02 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-compilers-for-linux-version-111-silent-installation-guide/#comment-40986</guid>
    </item>
    <item>
      <title>By centOS 5.5安装intel自家的超强编译器（ICC 11.1.073）</title>
      <description><![CDATA[ n/a ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-compilers-for-linux-version-111-silent-installation-guide/#comment-49368</link>
      <pubDate>Sun, 26 Sep 2010 02:31:03 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-compilers-for-linux-version-111-silent-installation-guide/#comment-49368</guid>
    </item>
    <item>
      <title>By Kiran Patel</title>
      <description><![CDATA[ Link to download Intel Fortran Compiler 11.0  ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-compilers-for-linux-version-111-silent-installation-guide/#comment-57415</link>
      <pubDate>Mon, 14 Mar 2011 10:51:31 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-compilers-for-linux-version-111-silent-installation-guide/#comment-57415</guid>
    </item>
    <item>
      <title>By Doug Wellington</title>
      <description><![CDATA[ To install using a license server, it seems that we can create the /opt/intel/licenses/USE_SERVER.lic file first, then use "exist_lic" in the silent install config file.  Here's my install script (edit as required, then put it and the 11.1.072 tarball in the same directory):

#!/bin/sh
# Install Intel Fortran
echo Setting up license
mkdir -p /opt/intel/licenses/
cat > /opt/intel/licenses/USE_SERVER.lic <<EOF
SERVER 192.168.0.248 ANY 28518
USE_SERVER
EOF
echo Creating silent install file
cat > silent.install <<EOF
ACCEPT_EULA=accept
ACTIVATION=exist_lic
INSTALL_MODE=RPM
CONTINUE_WITH_OPTIONAL_ERROR=yes
CONTINUE_WITH_INSTALLDIR_OVERWRITE=yes
PSET_INSTALL_DIR=/opt/intel/Compiler/11.1/072
EOF
echo Extracting files
tar xzf l_cprof_p_11.1.072.tgz
echo Running install
cd l_cprof_p_11.1.072
./install.sh --silent ../silent.install
echo Setting up cshrc files
echo 'source /opt/intel/Compiler/11.1/072/bin/ifortvars.csh intel64' >> /home/user/.cshrc
 ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-compilers-for-linux-version-111-silent-installation-guide/#comment-61288</link>
      <pubDate>Wed, 29 Jun 2011 20:33:52 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-compilers-for-linux-version-111-silent-installation-guide/#comment-61288</guid>
    </item>
    <item>
      <title>By kumarraja</title>
      <description><![CDATA[ hai this system 64bit processor inttl incore.so c, c++ language not working pls help me how instell softwares ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-compilers-for-linux-version-111-silent-installation-guide/#comment-61527</link>
      <pubDate>Mon, 04 Jul 2011 18:21:41 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-compilers-for-linux-version-111-silent-installation-guide/#comment-61527</guid>
    </item>
    <item>
      <title>By sukantamech</title>
      <description><![CDATA[ sukanta@Energy:~$ sudo /opt/intel/composerxe-2011.5.220/bin/compilervars.sh intel64
[sudo] password for sukanta: 
[: 121: intel64: unexpected operator
[: 121: intel64: unexpected operator
[: 121: intel64: unexpected operator
[: 121: intel64: unexpected operator
[: 121: intel64: unexpected operator
[: 121: intel64: unexpected operator
[: 121: intel64: unexpected operator
[: 121: intel64: unexpected operator

ERROR: Unknown option 'intel64'

Syntax:
  /opt/intel/composerxe-2011.5.220/bin/compilervars.sh <arch> [MKL_interface] [mod]

   <arch> must be one of the following
       ia32         : Set up for IA-32 target
       intel64      : Set up for Intel(R) 64 target
       mic          : Set up for Intel(R) MIC target

   mod (optional) - set path to MKL F95 modules

   MKL_interface (optional) - MKL programming interface for intel64
                              Not applicable without mod
       lp64         : 4 bytes integer (default)
       ilp64        : 8 bytes integer

sukanta@Energy:~$ 
 ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-compilers-for-linux-version-111-silent-installation-guide/#comment-62919</link>
      <pubDate>Sat, 13 Aug 2011 06:30:43 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-compilers-for-linux-version-111-silent-installation-guide/#comment-62919</guid>
    </item>
    <item>
      <title>By sukantamech</title>
      <description><![CDATA[ PLEASE HELP ME WHAT TO DO...... AFTER INSTALLING INTEL FROTRAN COMPILER XE12
 ]]></description>
      <link>http://software.intel.com/en-us/articles/intel-compilers-for-linux-version-111-silent-installation-guide/#comment-62920</link>
      <pubDate>Sat, 13 Aug 2011 06:31:36 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intel-compilers-for-linux-version-111-silent-installation-guide/#comment-62920</guid>
    </item>
  </channel></rss>
