I've got Intel Fortran Composer XE 2013 for linux and installing on gentoo. I'm only after the compiler and MKL. Apparently pset has changed up quite a bit now.
After creating the INI file which looks like this ...
ACTIVATION=exist_lic CONTINUE_WITH_INSTALLDIR_OVERWRITE=yes CONTINUE_WITH_OPTIONAL_ERROR=yes PSET_INSTALL_DIR=/opt/intel INSTALL_MODE=RPM ACCEPT_EULA=accept SEND_USAGE_DATA=no
... and then running the following ...
$ cd l_fcompxe_2013.2.146 $ sudo ./install.sh --silent /home/rickl/Intel_Software/pset/silent_for_2013.ini
... I then get the following ...
ERROR: This script installs Intel(R) products and should be called from general install script. Exiting...
Anyone have ideas?