| 11 | |
| 12 | == OpenMP Installation with enable-Kerrighed patch == |
| 13 | Step4: rider@hd05:~$ wget http://131.254.254.17/download/Omni-1.4-krg-0.72.patch [[BR]] |
| 14 | Step5: rider@hd05:~$ patch -p1 -d Omni1.6 < Omni-1.4-krg-0.72.patch[[BR]] |
| 15 | 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 | Step8: rider@hd05:~$ make & make install[[BR]] |
| 18 | Step9: rider@hd05:~$ export OMPC_NUM_PROCS=16 (Kerrighed_machines: node0~node4) [[BR]] |
| 19 | Step10: rider@hd05:~$ export OMPC_BIND_PROCS=true [[BR]] |
| 20 | |