Changes between Version 1 and Version 2 of Osaka_Mosix
- Timestamp:
- Sep 5, 2008, 5:36:11 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Osaka_Mosix
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 ==