Changes between Version 6 and Version 7 of openmp_programming


Ignore:
Timestamp:
May 7, 2008, 1:00:27 PM (16 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • openmp_programming

    v6 v7  
    99Step6: rider@hd05:~$ export OMPC_NUM_PROCS=16 (Kerrighed_machines: node0~node4) [[BR]]
    1010Step7: rider@hd05:~$ export OMPC_BIND_PROCS=true [[BR]]
     11
     12== OpenMP Installation with enable-Kerrighed patch ==
     13Step4: rider@hd05:~$ wget http://131.254.254.17/download/Omni-1.4-krg-0.72.patch  [[BR]]
     14Step5: rider@hd05:~$ patch -p1 -d Omni1.6 < Omni-1.4-krg-0.72.patch[[BR]]
     15Step6: rider@hd05:~$ cd Omni-1.6[[BR]]
     16Step7: rider@hd05:~$ ./configure --with-thread=pthread --enable-kerrighed --enable-shmem --enable-gcc --with-lock=mutex --prefix=/opt/openmp_1.6 [[BR]]
     17Step8: rider@hd05:~$ make & make install[[BR]]
     18Step9: rider@hd05:~$ export OMPC_NUM_PROCS=16 (Kerrighed_machines: node0~node4) [[BR]]
     19Step10: rider@hd05:~$ export OMPC_BIND_PROCS=true [[BR]]
     20
    1121
    1222=== Directions Part1 ===