close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_repos.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Sep 5, 2008, 5:36:11 PM (18 years ago)
- Author:
-
rock
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v1
|
v2
|
|
| 2 | 2 | = Using Mosix to run Osaka code = |
| 3 | 3 | == 1.Mosix Installation == |
| | 4 | {{{ |
| | 5 | $ sudo aptitude install build-essential libncurses5-dev |
| | 6 | $ cd mosix-2.24.2.2 |
| | 7 | $ sudo ./mosix.install |
| | 8 | }}} |
| 4 | 9 | |
| 5 | 10 | [[BR]] |
| 6 | 11 | == 2.Test Process Migration == |
| | 12 | * Our cluster has two nodes(mosix & mosix01) |
| | 13 | * Test auto process migration |
| | 14 | {{{ |
| | 15 | #### mosix #### |
| | 16 | $ mosrun -b testload & |
| | 17 | $ mosrun -b testload & |
| | 18 | $ mosrun -b testload & |
| | 19 | $ mosrun -b testload & |
| | 20 | }}} |
| | 21 | * Check Process status |
| | 22 | * mosix |
| | 23 | * mosix01 |
| 7 | 24 | |
| 8 | 25 | [[BR]] |
| 9 | 26 | == 3.Runing OpenMP Code in Mosix == |
| 10 | 27 | |
| | 28 | |
| 11 | 29 | [[BR]] |
| 12 | 30 | == Reference == |