close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
May 7, 2008, 2:34:53 PM (18 years ago)
- Author:
-
rider
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v8
|
v9
|
|
| 9 | 9 | Step6: rider@hd05:~$ export OMPC_NUM_PROCS=16 (Kerrighed_machines: node0~node4) [[BR]] |
| 10 | 10 | Step7: rider@hd05:~$ export OMPC_BIND_PROCS=true [[BR]] |
| | 11 | Step8: rider@hd05:~$ export OMPC_LOG=1 (for debug)[[BR]] |
| 11 | 12 | |
| 12 | 13 | == OpenMP Installation with enable-Kerrighed patch == |
| … |
… |
|
| 14 | 15 | Step5: rider@hd05:~$ patch -p1 -d Omni1.6 < Omni-1.4-krg-0.72.patch[[BR]] |
| 15 | 16 | Step6: 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]] |
| | 17 | Step7: rider@hd05:~$ ./configure --with-thread=pthread --enable-kerrighed --enable-shmem --with-lock=mutex --prefix=/opt/openmp_1.6 [[BR]] |
| 17 | 18 | Step8: rider@hd05:~$ make & make install[[BR]] |
| 18 | 19 | Step9: rider@hd05:~$ export OMPC_NUM_PROCS=16 (Kerrighed_machines: node0~node4) [[BR]] |
| 19 | 20 | Step10: rider@hd05:~$ export OMPC_BIND_PROCS=true [[BR]] |
| | 21 | Step11: rider@hd05:~$ export OMPC_LOG=1 (for debug)[[BR]] |
| 20 | 22 | |
| 21 | 23 | |