Changes between Version 10 and Version 11 of openmp_programming
- Timestamp:
- May 9, 2008, 4:56:33 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
openmp_programming
v10 v11 17 17 Step5: rider@hd05:~$ patch -p1 -d Omni1.6 < Omni-1.4-krg-0.72.patch[[BR]] 18 18 Step6: 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]]19 Step7: rider@hd05:~$ ./configure --with-thread=pthread --enable-gcc --enable-kerrighed --enable-shmem --with-lock=mutex --prefix=/opt/openmp [[BR]] 20 20 Step8: rider@hd05:~$ make & make install[[BR]] 21 21 Step9: rider@hd05:~$ export OMPC_NUM_PROCS=16 (Kerrighed_machines: node0~node4) [[BR]] … … 23 23 Step11: rider@hd05:~$ export OMPC_LOG=1 (for debug)[[BR]] 24 24 25 Note: [[BR]] 26 rider@hd05:~/openmp/Omni-1.6$ gcc -v [[BR]] 27 Using built-in specs. [[BR]] 28 Target: x86_64-linux-gnu [[BR]] 29 Configured 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]] 30 Thread model: posix [[BR]] 31 '''Caution: gcc version 4.2.3 (Debian 4.2.3-5)''' [[BR]] 25 32 26 33 === Directions Part1 ===