Changes between Version 1 and Version 2 of Osaka_Mosix


Ignore:
Timestamp:
Sep 5, 2008, 5:36:11 PM (16 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Osaka_Mosix

    v1 v2  
    22= Using Mosix to run Osaka code =
    33== 1.Mosix Installation ==
     4{{{
     5$ sudo aptitude install build-essential libncurses5-dev
     6$ cd mosix-2.24.2.2
     7$ sudo ./mosix.install
     8}}}
    49
    510[[BR]]
    611== 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
    724
    825[[BR]]
    926== 3.Runing OpenMP Code in Mosix ==
    1027
     28
    1129[[BR]]
    1230== Reference ==