| 17 | Step1: Download tje Intel Fortran Compiler from http://www.intel.com/cd/software/products/asmo-na/eng/340679.htm [[BR]] |
| 18 | Step2: rider@hd05:~$ tar zxvf l_fc_p_10.1.015_intel64.tar.gz [[BR]] |
| 19 | Step3: rider@hd05:~$ cd l_fc_p_10.1.015_intel64 [[BR]] |
| 20 | Step4: rider@hd05:~$ ./install.sh ( Follow the installation steps -> Free code: NRDN-29Z6K5WT [[BR]] |
| 21 | Step5: Confirm your installation path: /opt/intel/fce/10.1.015/ [[BR]] |
| 22 | Step6: source /opt/intel/fce/10.1.015/bin/ifortvars.sh or export PATH=$PATH:/opt/intel/fce/10.1.015/bin [[BR]] |
| 23 | Step7: ifort -help (If it works fine than it's done) [[BR]] |
| 24 | == Intel Threading Analysis Tool == |