Changes between Initial Version and Version 1 of krg_programming


Ignore:
Timestamp:
May 5, 2008, 2:51:40 PM (17 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • krg_programming

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