From: couturie Date: Wed, 1 May 2013 15:51:46 +0000 (+0200) Subject: correct X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/book_gpu.git/commitdiff_plain/41b7ae7deef002c6c884c2d7cf428d3f9303adf3 correct --- diff --git a/BookGPU/BookGPU.tex b/BookGPU/BookGPU.tex index bc6236c..0c854a5 100755 --- a/BookGPU/BookGPU.tex +++ b/BookGPU/BookGPU.tex @@ -196,11 +196,11 @@ \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} diff --git a/BookGPU/Chapters/chapter14/ch14.tex b/BookGPU/Chapters/chapter14/ch14.tex index 9759ba7..d50db31 100755 --- a/BookGPU/Chapters/chapter14/ch14.tex +++ b/BookGPU/Chapters/chapter14/ch14.tex @@ -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 diff --git a/BookGPU/Chapters/chapter17/biblio.bib b/BookGPU/Chapters/chapter17/biblio.bib index 575f9cf..f049a24 100644 --- a/BookGPU/Chapters/chapter17/biblio.bib +++ b/BookGPU/Chapters/chapter17/biblio.bib @@ -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}, @@ -119,7 +119,7 @@ } @ARTICLE{Bleiweiss_2008, - author = {Bleiweiss, Avi}, + author = {Bleiweiss, A.}, title = {Multi Agent Navigation on the GPU}, journal = {GDC09 Game Developers Conference 2009}, year = {2008} @@ -348,8 +348,8 @@ } @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}, diff --git a/BookGPU/Chapters/chapter17/ch17.tex b/BookGPU/Chapters/chapter17/ch17.tex index 80da091..28e8251 100755 --- a/BookGPU/Chapters/chapter17/ch17.tex +++ b/BookGPU/Chapters/chapter17/ch17.tex @@ -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) diff --git a/BookGPU/Chapters/chapter18/biblio18.bib b/BookGPU/Chapters/chapter18/biblio18.bib index 2d0aed1..a2d65e4 100644 --- a/BookGPU/Chapters/chapter18/biblio18.bib +++ b/BookGPU/Chapters/chapter18/biblio18.bib @@ -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},