Changes between Version 2 and Version 3 of krg_programming
- Timestamp:
- May 5, 2008, 3:19:54 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
krg_programming
v2 v3 15 15 Step7: icc -help (If it works fine than it's done) [[BR]] 16 16 == Intel Fortran Compiler Installation == 17 Step1: Download t je Intel Fortran Compiler from http://www.intel.com/cd/software/products/asmo-na/eng/340679.htm [[BR]]17 Step1: Download the Intel Fortran Compiler from http://www.intel.com/cd/software/products/asmo-na/eng/340679.htm [[BR]] 18 18 Step2: rider@hd05:~$ tar zxvf l_fc_p_10.1.015_intel64.tar.gz [[BR]] 19 19 Step3: rider@hd05:~$ cd l_fc_p_10.1.015_intel64 [[BR]] … … 23 23 Step7: ifort -help (If it works fine than it's done) [[BR]] 24 24 == Intel Threading Analysis Tool == 25 Step1: Donwload the Intel Threading Analysis Tool from https://registrationcenter.intel.com/RegCenter/AutoGen.aspx?ProductID=893&AccountID=&ProgramID=&RequestDt=&rm=EVAL&lang= [[BR]] 26 Step2: rider@hd05:~$ tar zxvf Tcheck3.1_009cli_lin.tar.gz [[BR]] 27 Step3: rider@hd05:~$ sudo chmod -R a+rx Tcheck3.1_009cli_lin [[BR]] 28 Step4: rider@hd05:~$ cd Tcheck3.1_009cli_lin [[BR]] 29 Step5: rider@hd05:~$ ./install.sh [[BR]] 30 Step6: Confirm your installation path: /opt/intel/itt [[BR]] 31 Step7: source /opt/intel/itt/tcheck/bin/32e/tcheckvars.sh [[BR]] 32 Step8: tcheck_cl -help (If it works fine than it's done) [[BR]]