Changes between Version 2 and Version 3 of krg_programming


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

--

Legend:

Unmodified
Added
Removed
Modified
  • krg_programming

    v2 v3  
    1515Step7: icc -help (If it works fine than it's done) [[BR]]
    1616== Intel Fortran Compiler Installation ==
    17 Step1: Download tje Intel Fortran Compiler from http://www.intel.com/cd/software/products/asmo-na/eng/340679.htm  [[BR]]
     17Step1: Download the Intel Fortran Compiler from http://www.intel.com/cd/software/products/asmo-na/eng/340679.htm  [[BR]]
    1818Step2: rider@hd05:~$ tar zxvf l_fc_p_10.1.015_intel64.tar.gz [[BR]]
    1919Step3: rider@hd05:~$ cd l_fc_p_10.1.015_intel64 [[BR]]
     
    2323Step7: ifort -help (If it works fine than it's done) [[BR]]
    2424== Intel Threading Analysis Tool ==
     25Step1: Donwload the Intel Threading Analysis Tool from https://registrationcenter.intel.com/RegCenter/AutoGen.aspx?ProductID=893&AccountID=&ProgramID=&RequestDt=&rm=EVAL&lang=  [[BR]]
     26Step2: rider@hd05:~$ tar zxvf Tcheck3.1_009cli_lin.tar.gz [[BR]]
     27Step3: rider@hd05:~$ sudo chmod -R a+rx Tcheck3.1_009cli_lin [[BR]]
     28Step4: rider@hd05:~$ cd Tcheck3.1_009cli_lin [[BR]]
     29Step5: rider@hd05:~$ ./install.sh [[BR]]
     30Step6: Confirm your installation path: /opt/intel/itt [[BR]]
     31Step7: source /opt/intel/itt/tcheck/bin/32e/tcheckvars.sh [[BR]]
     32Step8: tcheck_cl -help (If it works fine than it's done) [[BR]]