Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

problem with ifort instalation

mahdi109
Beginner
456 Views
Hi Dears,
i have a problem with ifort instalation,
i install BOTH intel fortran and intel c++ compilers.


when i typing "sudo /opt/intel/bin/link_install.sh -s"
in my terminal some statements is "not present" What I do? (i use SUSE Linux Enterprise Server 10 SP2 x86_64)

guilan@linux-kair:~> sudo /opt/intel/bin/link_install.sh -s
ICP12_REPORT()
INTEL_BIN_DIR=/opt/intel/bin (exists)
INTEL_COMPOSERXE_2011_DIR=/
opt/intel/composer_xe_2011_sp1 (exists)
INTEL_COMPOSERXE_2011_BIN_DIR=/opt/intel/composer_xe_2011_sp1/bin (exists)
INTEL_COMPOSERXE_DIR=/opt/intel/composerxe (exists)
INTEL_COMPOSERXE_BIN_SC=/opt/intel/composer_xe_2011_sp1/bin/sourcechecker (exists)
INTEL_COMPOSERXE_2011_PKG_BIN_DIR=/opt/intel/composer_xe_2011_sp1/pkg_bin (exists)
INTEL_COMPOSERXE_2011_LIB_DIR=/opt/intel/composer_xe_2011_sp1/lib (exists)
INTEL_COMPOSERXE_2011_INCLUDE_DIR=/opt/intel/composer_xe_2011_sp1/include (exists)
INTEL_COMPOSERXE_2011_MAN_DIR=/opt/intel/composer_xe_2011_sp1/man (exists)
INTEL_COMPOSERXE_2011_TBB_DIR=/opt/intel/composer_xe_2011_sp1/tbb (not present)
INTEL_COMPOSERXE_2011_TBB_DIR=/opt/intel/composer_xe_2011_sp1/arbb (not present)
INTEL_COMPOSERXE_2011_MKL_DIR=/opt/intel/composer_xe_2011_sp1/mkl (exists)
INTEL_COMPOSERXE_2011_IPP_DIR=/opt/intel/composer_xe_2011_sp1/ipp (exists)
INTEL_COMPOSERXE_2011_DEBUGGER_DIR=/opt/intel/composer_xe_2011_sp1/debugger (exists)
INTEL_COMPOSERXE_2011_ECLIPSE_SUPPORT_DIR=/opt/intel/composer_xe_2011_sp1/eclipse_support (exists)
INTEL_COMPOSERXE_2011_DOCUMENTATION_DIR=/opt/intel/composer_xe_2011_sp1/Documentation (exists)
INTEL_COMPOSERXE_2011_SAMPLES_DIR=/opt/intel/composer_xe_2011_sp1/Samples (exists)
INTEL_LIB_DIR=/opt/intel/lib (exists)
INTEL_INCLUDE_DIR=/opt/intel/include (exists)
INTEL_MAN_DIR=/opt/intel/man (exists)
INTEL_IPP_DIR=/opt/intel/ipp (not present)
INTEL_IPP_DIR=/opt/intel/arbb (not present)
INTEL_MKL_DIR=/opt/intel/mkl (exists)
INTEL_TBB_DIR=/opt/intel/tbb (exists)
guilan@linux-kair:~>


thank you,
0 Kudos
4 Replies
TimP
Honored Contributor III
456 Views
The components you have marked as "not present" are optional components of the C++ install. You can repeat C++ install and add those, should you wish to do so.
0 Kudos
mahdi109
Beginner
456 Views
I DO, BUT LINUX SAY... IT'S ALREADY INSTALLED.
0 Kudos
Ron_Green
Moderator
456 Views
To install the compilers, you untar the .tgz file in a temporary directory, such as /tmp. You cd to the directory that the tarball untar creates - something like /tmp/l_fcompxe_2011.6.229/ Then you

sudo ./install.sh

to run the installer. You will have to do this once for Intel Fortran and once for Intel C++

You do NOT have to run link_install.sh. That is a script that is invoked by the main installer, install.sh.

Also, did you read the "Installation Help", specifically the article on SUSE pre-requisites? Here: http://software.intel.com/en-us/articles/installing-intel-compilers-on-opensuse/

Make sure to install the prerequisite software before running install.sh

ron

0 Kudos
mahdi109
Beginner
456 Views
thanks,
i know, i read that page befor.
i do that step y step...
but ,
i use "sudo /opt/intel/bin/link_install.sh -s" for checking the installation status.
0 Kudos
Reply