]> AND Private Git Repository - book_gpu.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
correct
authorcouturie <couturie@carcariass.(none)>
Wed, 1 May 2013 15:51:46 +0000 (17:51 +0200)
committercouturie <couturie@carcariass.(none)>
Wed, 1 May 2013 15:51:46 +0000 (17:51 +0200)
BookGPU/BookGPU.tex
BookGPU/Chapters/chapter14/ch14.tex
BookGPU/Chapters/chapter17/biblio.bib
BookGPU/Chapters/chapter17/ch17.tex
BookGPU/Chapters/chapter18/biblio18.bib

index bc6236c66bae651575524586d5f1082c34fbf56a..0c854a570a3e18c1573e19f5901cda50f93d45f3 100755 (executable)
 \include{Chapters/chapter11/ch11}
 \include{Chapters/chapter12/ch12}
 \include{Chapters/chapter13/ch13}
-\include{Chapters/chapter14/ch14}   %index
+\include{Chapters/chapter14/ch14}   
 \include{Chapters/chapter15/ch15}
 \include{Chapters/chapter16/ch16}
 \part{Other}
-\include{Chapters/chapter17/ch17}    %index
+\include{Chapters/chapter17/ch17}    
 \include{Chapters/chapter18/ch18}
 \include{Chapters/chapter19/ch19}
 
index 9759ba73aa639cf59a5d60d138a5498e99ed3449..d50db31ad82a385645f028a1e9001e0599974392 100755 (executable)
@@ -7,7 +7,7 @@ application}
 
 
 \section{Introduction}
-The lattice Boltzmann (LB) method (for an overview see, e.g.,
+The lattice Boltzmann (LB) method \index{Lattice Boltzmann method} (for an overview see, e.g.,
 \cite{succi-book}) has become a popular approach to a variety of fluid
 dynamics problems.  It provides a way to solve the incompressible,
 isothermal Navier-Stokes equations and has the attractive features of
@@ -55,7 +55,7 @@ and particle suspensions, and typically require additional physics
 beyond the bare Navier-Stokes equations to provide a full
 description~\cite{aidun2010}. The representation of this extra
 physics raises additional design questions for the application
-programmer. Here, we consider the \textit{Ludwig} code \cite{desplat},
+programmer. Here, we consider the \textit{Ludwig} code \cite{desplat}\index{Ludwig code},
 an LB application developed specifically for complex fluids
 (\textit{Ludwig} was named for Boltzmann, 1844--1906).
 We will present the steps
index 575f9cf295f5501acd456dcac5734c1091ccfa55..f049a2419cf8bcb1b074bc732b6863f845c44800 100644 (file)
@@ -2,7 +2,7 @@
 % Encoding: ISO8859_1
 
 @incollection{Odell:2003:RRD:1807559.1807562,
- author = {Odell, James J. and Van Dyke Parunak, H. and Fleischer, Mitchell},
+ author = {Odell, J. J. and Van Dyke Parunak, H. and Fleischer, M.},
  chapter = {The role of roles in designing effective agent organizations},
  title = {Software engineering for large-scale multi-agent systems},
  editor = {Garcia, Alessandro and Lucena, Carlos and Zambonelli, Franco and Omicini, Andrea and Castro, Jaelson},
 }
 
 @ARTICLE{Bleiweiss_2008,
-  author = {Bleiweiss, Avi},
+  author = {Bleiweiss, A.},
   title = {Multi Agent Navigation on the GPU},
   journal = {GDC09 Game Developers Conference 2009},
   year = {2008}
 }
 
 @INPROCEEDINGS{Silveira:2010:PRG:1948395.1948446,
-  author = {Silveira, Renato and Fischer, Leonardo and Ferreira, Jos\'{e} Ant\^{o}nio
-       Salini and Prestes, Edson and Nedel, Luciana},
+  author = {Silveira, R. and Fischer, L. and Ferreira, J. A.
+       S. and Prestes, E. and Nedel, L.},
   title = {Path-planning for RTS games based on potential fields},
   booktitle = {Proceedings of the Third international conference on Motion in games},
   year = {2010},
@@ -569,7 +569,7 @@ OPTaddress = {London}
 
 
 @InProceedings{Cosenza2011,
-author = {Cosenza,B and Cordasco, G and De Chiara, R. and Scarano,  V.},
+author = {Cosenza, B. and Cordasco, G. and De Chiara, R. and Scarano,  V.},
 title = {Distributed Load Balancing for Parallel Agent-based Simulations},
 booktitle = {19th Euromicro International Conference on Parallel, Distributed and Network-Based Computing},
 year = {2011},
@@ -577,10 +577,10 @@ address = {Ayia Napa, Cyprus}
 }
 
 @article{Chuffart2010,
-  author    = {Chuffart, F and
-               Dumoulin, N and
-               Faure, T and
-               Deffuant, G},
+  author    = {Chuffart, F. and
+               Dumoulin, N. and
+               Faure, T. and
+               Deffuant, G.},
   title     = {SimExplorer: Programming Experimental Designs on Models
                and Managing Quality of Modelling Process},
   journal   = {IJAEIS},
@@ -648,7 +648,7 @@ year={2011}
 }
 
 @inproceedings{Aaby10,
- author = {Aaby, Brandon G. and Perumalla, Kalyan S. and Seal, Sudip K.},
+ author = {Aaby, B. G. and Perumalla, K. S. and Seal, S. K.},
  title = {Efficient simulation of agent-based models on multi-GPU and multi-core clusters},
  booktitle = {Proceedings of the 3rd International ICST Conference on Simulation Tools and Techniques},
  series = {SIMUTools '10},
index 80da091a2f7f945376ab7740e7c7840ff28331d1..28e8251421d8a72c9cc4f13a965cafa148224348 100755 (executable)
@@ -47,7 +47,7 @@ solution to increase simulation performance but Graphical Processing
 Units (GPU) are also a promising technology with an attractive
 performance/cost ratio.
 
-Conceptually a MAS is a distributed system as it favors the definition
+Conceptually a MAS\index{Multi-Agent System} is a distributed system as it favors the definition
 and description of large sets of individuals, the agents, that can be
 run in parallel. As a large set of agents could have the same behavior
 a SIMD model should fit the simulation execution. Most of the
@@ -299,7 +299,7 @@ collembolas in fields and forests. It is based on a diffusion
 algorithm which illustrates the case of agents with a simple behavior
 and few synchronization problems.
 
-\subsection{The Collembola model}
+\subsection{The Collembola model\index{Collembola model}}
 \label{ch17:subsec:collembolamodel}
 
 The Collembola model is an example of multi-agent system using GIS (Geographical Information System)
index 2d0aed17938c98e02e701935948b1d99b0302b43..a2d65e423879fb2c64defed913decc0ee520942f 100644 (file)
@@ -48,7 +48,7 @@
 
 
 @Book{Goldreich,
-  author =      {Oded Goldreich},
+  author =      {O. Goldreich},
   ALTeditor =   {},
   title =       {Foundations of Cryptography: Basic Tools},
   publisher =   {Cambridge University Press},
@@ -58,7 +58,7 @@
 
 @book{kellert1994wake,
   title={In the wake of chaos: unpredictable order in dynamical systems},
-  author={Kellert, S.H.},
+  author={Kellert, S. H.},
   isbn={9780226429762},
   lccn={lc92030355},
   series={Science and its conceptual foundations},