Changes between Version 1 and Version 2 of krg_programming


Ignore:
Timestamp:
May 5, 2008, 3:08:02 PM (16 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • krg_programming

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