From 3214189bf7e42e60492beb8e8bfa3e2debcadea5 Mon Sep 17 00:00:00 2001 From: couturie Date: Sun, 26 Apr 2015 22:02:06 +0200 Subject: [PATCH] start of abstract --- paper.tex | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/paper.tex b/paper.tex index 94c5125..8e5c695 100644 --- a/paper.tex +++ b/paper.tex @@ -92,14 +92,18 @@ %% Lilia Ziane Khodja: Department of Aerospace \& Mechanical Engineering\\ Non Linear Computational Mechanics\\ University of Liege\\ Liege, Belgium. Email: l.zianekhodja@ulg.ac.be \begin{abstract} -ABSTRACT + The behavior of multicore applications is always a challenge to predict, especially with a new architecture for which no experiment has been performed. With some applications, it is difficult, if not impossible, to build accurate performance models. That is why another solution is to use a simulation tools that allows us to change many parameters of the architecture (network bandwidth, latency, number of processors) and to simulate the execution of such applications. + + In this paper, we focus our attention on two parallel iterative algorithms: one with synchronoous iterations and another one with asynchronous iterations. + + \end{abstract} \keywords{Algorithm; distributed; iterative; asynchronous; simulation; simgrid; performance} \maketitle -\section{Introduction} +\section{Introduction} \section{The asynchronous iteration model} -- 2.39.5