Changes between Version 8 and Version 9 of openmp_programming


Ignore:
Timestamp:
May 7, 2008, 2:34:53 PM (16 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • openmp_programming

    v8 v9  
    99Step6: rider@hd05:~$ export OMPC_NUM_PROCS=16 (Kerrighed_machines: node0~node4) [[BR]]
    1010Step7: rider@hd05:~$ export OMPC_BIND_PROCS=true [[BR]]
     11Step8: rider@hd05:~$ export OMPC_LOG=1 (for debug)[[BR]]
    1112
    1213== OpenMP Installation with enable-Kerrighed patch ==
     
    1415Step5: rider@hd05:~$ patch -p1 -d Omni1.6 < Omni-1.4-krg-0.72.patch[[BR]]
    1516Step6: rider@hd05:~$ cd Omni-1.6[[BR]]
    16 Step7: rider@hd05:~$ ./configure --with-thread=pthread --enable-kerrighed --enable-shmem --enable-gcc --with-lock=mutex --prefix=/opt/openmp_1.6 [[BR]]
     17Step7: rider@hd05:~$ ./configure --with-thread=pthread --enable-kerrighed --enable-shmem --with-lock=mutex --prefix=/opt/openmp_1.6 [[BR]]
    1718Step8: rider@hd05:~$ make & make install[[BR]]
    1819Step9: rider@hd05:~$ export OMPC_NUM_PROCS=16 (Kerrighed_machines: node0~node4) [[BR]]
    1920Step10: rider@hd05:~$ export OMPC_BIND_PROCS=true [[BR]]
     21Step11: rider@hd05:~$ export OMPC_LOG=1 (for debug)[[BR]]
    2022
    2123