- Download free/uncommencial Intel Fortran softerware from intel website: http://www.intel.com/software/products/global/eval.htm. Also, you should register with e-mail address, then you can get a license file, which intel send to your email.
- Some steps before install Intel Fortran Complier
sudo apt-get install build-essential
sudo apt-get install libstdc++5
- Install Intel Fortran Complier
$tar -xzf filename.tgz
$ cd (your installed folder path)/l_cprof_p_11.0.083/
$ ./install.sh
There 7 stpes during the install. Just follow one by one.
- After install, set Environment Parameters in file (./bashrc)
Add to it the end of the file (./bashrc):
source /opt/intel/Compiler/11.0/083/bin/ia32/ifortvars_ia32.sh
- Check
$ source /opt/intel/Compiler/11.0/083/bin/ia32/ifortvars_ia32.sh
$ifort --version
if you can see :
"ifort (IFORT) 11.0 20090318Copyright (C) 1985-2009 Intel Corporation. All rights reserved."
Means successful.
- Uninstall Intel Fortran
$/opt/intel/Compiler/11.0/083/bin/ia32/uninstall_cprof.sh
$cd opt/
$sudo rm -rf intel
No comments:
Post a Comment