Changes between Version 9 and Version 10 of openmp_programming
- Timestamp:
- May 8, 2008, 12:23:46 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
openmp_programming
v9 v10 1 1 = OpenMP Usage = 2 2 == OpenMP Installation == 3 OpenMP Compilers: http://openmp.org/wp/openmp-compilers/ 4 == Omni OpenMP Compiler Installation == 3 5 Env: '''Debian 4.0 amd64 2.6.20-krg SMP with Kerrighed 2.3.0''' [[BR]] 4 6 Step1: rider@hd05:~$ wget http://www.hpcc.jp/Omni/ftp/Omni/Omni-1.6.tar.gz [[BR]] … … 11 13 Step8: rider@hd05:~$ export OMPC_LOG=1 (for debug)[[BR]] 12 14 13 == O penMPInstallation with enable-Kerrighed patch ==15 == Omni OpenMP Compiler Installation with enable-Kerrighed patch == 14 16 Step4: rider@hd05:~$ wget http://131.254.254.17/download/Omni-1.4-krg-0.72.patch (Need to make some changes - revising) [[BR]] 15 17 Step5: rider@hd05:~$ patch -p1 -d Omni1.6 < Omni-1.4-krg-0.72.patch[[BR]]