Mercurial > hg > Papers > 2018 > parusu-master
changeset 37:506cc13ed747
Fix
author | Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 04 Feb 2018 17:21:26 +0900 |
parents | 1008821ac2c7 |
children | c270df8d0691 |
files | paper/conclusion.tex paper/master_paper.pdf paper/parallelism_gears.tex |
diffstat | 3 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/paper/conclusion.tex Sun Feb 04 16:48:05 2018 +0900 +++ b/paper/conclusion.tex Sun Feb 04 17:21:26 2018 +0900 @@ -1,1 +1,2 @@ -\chapter{まとめ的なやつ} +\chapter{まとめ} +\section{今後の課題}
--- a/paper/parallelism_gears.tex Sun Feb 04 16:48:05 2018 +0900 +++ b/paper/parallelism_gears.tex Sun Feb 04 17:21:26 2018 +0900 @@ -251,10 +251,10 @@ その後はContext2 を取得していた Worker に処理を移譲する。 \item Context1 が Semaphore に対して V命令を実行する。 Semaphore の資源を開放しつつ、 待ち Queue に Context があるかの確認を行う。 - Context があった場合 1つ Context を 待ち Queue から取得し、TaskManager に Context の実行を行う命令を実効する。 + Context があった場合 1つ Context を 待ち Queue から取得し、TaskManager へ Context の実行を行う命令を実効する。 \end{enumerate} -TaskManager 送られた Context は Worker で取得される。 +TaskManager に送られた Context は Worker で取得される。 取得された Context は停止した時の状態を記録しているため、停止した Code Gear である P命令を再び実行する。 \section{データ並列}