Changes between Version 9 and Version 10 of openmp_programming


Ignore:
Timestamp:
May 8, 2008, 12:23:46 AM (16 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • openmp_programming

    v9 v10  
    11= OpenMP Usage =
    22== OpenMP Installation ==
     3OpenMP Compilers: http://openmp.org/wp/openmp-compilers/
     4== Omni OpenMP Compiler Installation ==
    35Env: '''Debian 4.0 amd64 2.6.20-krg SMP with Kerrighed 2.3.0''' [[BR]]
    46Step1: rider@hd05:~$ wget http://www.hpcc.jp/Omni/ftp/Omni/Omni-1.6.tar.gz  [[BR]]
     
    1113Step8: rider@hd05:~$ export OMPC_LOG=1 (for debug)[[BR]]
    1214
    13 == OpenMP Installation with enable-Kerrighed patch ==
     15== Omni OpenMP Compiler Installation with enable-Kerrighed patch ==
    1416Step4: rider@hd05:~$ wget http://131.254.254.17/download/Omni-1.4-krg-0.72.patch (Need to make some changes - revising) [[BR]]
    1517Step5: rider@hd05:~$ patch -p1 -d Omni1.6 < Omni-1.4-krg-0.72.patch[[BR]]