| 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 == |