#nomenubar

2006年度第09回ゼミ(2006年06月08日)資料

06月01日(ゼミ#08) << 06月08日(ゼミ#09) >> 06月15日(ゼミ#10)
研究関係Wikiトップへ戻る

※資料なし

ToDo

スケジューラ関連

コンパイル方法

/usr/local/sss/i386-unknown-ssscore3.elf/bin/gcc -static -o ssstask ssstask.c migration.c 

実行方法

sampletask
signal -send <taskID> SIGLIBC  
ssstask

ssstaskを「2度同じタスクにシグナルを送ろうとした場合は終了」するように変更→しかしsampletaskはシグナルを受け取った形跡が無い。仕方なく全てをSIGALRMに変更したところうまくいった。なんで?

今週やったこと

マイグレーションなし(ノード数1)

cpu : 59.931469 sec.
Loop executed for 12273 times
Gosa : 1.009371e-11 
MFLOPS measured : 388.516016
Score based on Pentium III 600MHz : 4.738000

SIGALRMでマイグレーションあり(ノード数1)

TASK_SIGALRM catched!!
before nodeID : 1 / sys_gettime : 110827172
after  nodeID : 3 / sys_gettime : 110829413
signal dispatch end
cpu : 60.577608 sec.
Loop executed for 12257 times
Gosa : 1.009371e-11 
MFLOPS measured : 383.870893
Score based on Pentium III 600MHz : 4.681352
TASK_SIGALRM catched!!
before nodeID : 1 / sys_gettime : 110848215
after  nodeID : 3 / sys_gettime : 110850456
signal dispatch end
cpu : 60.697971 sec.
Loop executed for 12281 times
Gosa : 1.009371e-11 
MFLOPS measured : 383.859833
Score based on Pentium III 600MHz : 4.681217

マイグレーションなし(ノード数2・別ノード)

cpu : 59.000417 sec.
Loop executed for 21914 times
Gosa : 1.009371e-11 
MFLOPS measured : 704.660118
Score based on Pentium III 600MHz : 8.593416

マイグレーションなし(ノード数2・同ノード)

cpu : 59.962698 sec.
Loop executed for 1499 times
Gosa : 3.813773e-07 
MFLOPS measured : 47.427866
Score based on Pentium III 600MHz : 0.578389

マイグレーションあり(ノード数2・同ノード開始)

TASK_SIGALRM catched!!
before nodeID : 1 / sys_gettime : 111978393
after  nodeID : 3 / sys_gettime : 111981146
signal dispatch end
cpu : 17.984880 sec.
Loop executed for 1499 times
Gosa : 3.813773e-07 
MFLOPS measured : 158.127427
Score based on Pentium III 600MHz : 1.928383
TASK_SIGALRM catched!!
before nodeID : 1 / sys_gettime : 112059275
after  nodeID : 3 / sys_gettime : 112062025
signal dispatch end
cpu : 13.808160 sec.
Loop executed for 1499 times
Gosa : 3.813773e-07 
MFLOPS measured : 205.958136
Score based on Pentium III 600MHz : 2.511685

関連ページ


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS