| 1 | = OpenMP Usage = |
| 2 | == OpenMP Installation == |
| 3 | Step1: rider@hd05:~$ wget http://www.hpcc.jp/Omni/ftp/Omni/Omni-1.6.tar.gz [[BR]] |
| 4 | Step2: rider@hd05:~$ tar zxvf Omni-1.6.tar.gz[[BR]] |
| 5 | Step3: rider@hd05:~$ cd Omni-1.6[[BR]] |
| 6 | Step4: rider@hd05:~$ ./configure --prefix=/opt/openmp[[BR]] |
| 7 | Step5: rider@hd05:~$ make & make install[[BR]] |
| 8 | == Intel C++ Compiler Installation == |
| 9 | Step1: Download the Intel C++ Compiler from http://www.intel.com/cd/software/products/asmo-na/eng/340679.htm [[BR]] |
| 10 | Step2: rider@hd05:~$ tar zxvf l_cc_p_10.1.015_intel64.tar.gz (ver: Intel(R)64) [[BR]] |
| 11 | Step3: rider@hd05:~$ cd l_cc_p_10.1.015_intel64 [[BR]] |
| 12 | Step4: rider@hd05:~$ ./install.sh ( Follow the installation steps -> Free code: NZCR-FZ66ZWWD [[BR]] |
| 13 | Step5: Confirm your installation path: /opt/intel/cce/10.1.015/ [[BR]] |
| 14 | Step6: source /opt/intel/cce/10.1.015/bin/iccvars.sh or export PATH=$PATH:/opt/intel/cce/10.1.015/bin to your /etc/profile [[BR]] |
| 15 | Step7: icc -help (If it works fine than it's done) [[BR]] |
| 16 | == Intel Fortran Compiler Installation == |
| 17 | Step1: Download the 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 == |
| 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]] |