Changes between Version 10 and Version 11 of openmp_programming


Ignore:
Timestamp:
May 9, 2008, 4:56:33 PM (16 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • openmp_programming

    v10 v11  
    1717Step5: rider@hd05:~$ patch -p1 -d Omni1.6 < Omni-1.4-krg-0.72.patch[[BR]]
    1818Step6: rider@hd05:~$ cd Omni-1.6[[BR]]
    19 Step7: rider@hd05:~$ ./configure --with-thread=pthread --enable-kerrighed --enable-shmem --with-lock=mutex --prefix=/opt/openmp_1.6 [[BR]]
     19Step7: rider@hd05:~$ ./configure --with-thread=pthread --enable-gcc --enable-kerrighed --enable-shmem --with-lock=mutex --prefix=/opt/openmp [[BR]]
    2020Step8: rider@hd05:~$ make & make install[[BR]]
    2121Step9: rider@hd05:~$ export OMPC_NUM_PROCS=16 (Kerrighed_machines: node0~node4) [[BR]]
     
    2323Step11: rider@hd05:~$ export OMPC_LOG=1 (for debug)[[BR]]
    2424
     25Note: [[BR]]
     26rider@hd05:~/openmp/Omni-1.6$ gcc -v [[BR]]
     27Using built-in specs. [[BR]]
     28Target: x86_64-linux-gnu [[BR]]
     29Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --disable-libmudflap --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu [[BR]]
     30Thread model: posix [[BR]]
     31'''Caution: gcc version 4.2.3 (Debian 4.2.3-5)''' [[BR]]
    2532
    2633=== Directions Part1 ===