arma-thesis

git clone https://git.igankevich.com/arma-thesis.git
Log | Files | Refs | LICENSE

commit c1d4e2967b29db935a96c58b930d53d16246891d
parent c8a2f01a6e87aa6545fb28323f47247f7b60b44b
Author: Ivan Gankevich <igankevich@ya.ru>
Date:   Mon, 13 Feb 2017 17:30:28 +0300

Sort headings.

Diffstat:
phd-diss.org | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phd-diss.org b/phd-diss.org @@ -2671,7 +2671,6 @@ kernels are created to process it in parallel. When the processing is complete a parent kernel closure with its subordinate kernel as an argument is called to collect the resulting data from it. -**** Fault tolerance. **** Handling single node failures. Basic strategy to overcome a failure of a subordinate node is to restart corresponding kernels on healthy node---a strategy employed in Erlang language @@ -2740,6 +2739,7 @@ checkpoints. The advantage is that they is low, - they save only relevant data, - and they use memory of a subordinate node instead of stable storage. + **** Evaluation. Factory framework is evaluated on physical cluster (Table [[tab:cluster]]) on the example of hydrodynamics HPC application which was developed