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

Private GIT Repository
correct d'une ref
authorcouturie <couturie@extinction>
Tue, 19 Jan 2016 10:13:06 +0000 (11:13 +0100)
committercouturie <couturie@extinction>
Tue, 19 Jan 2016 10:13:06 +0000 (11:13 +0100)
mybibfile.bib
paper.tex

index df998e705e917a895a87f14fb6711ab9e7205e08..42fdf77003d96c8a5ec3782cd95574dcca2fd247 100644 (file)
@@ -1,7 +1,3 @@
-OpenMP Application Program Interface, 4th edition, July 2013.
-URL: http://www.openmp.org/mp-documents/OpenMP4.0.0.pdf.
-
-Peter Pacheco. Parallel Programming with MPI. Morgan Kaufmann, 1996.
 
 @Book{Peter96,
 ALTauthor = {Peter Pacheco},
@@ -22,7 +18,7 @@ OPTannote = {•}
 
 
 @Article{openmp13,
-   title =   "OpenMP Application Program Interface",
+   title =   "{OpenMP} Application Program Interface",
   journal = "",
   volume =  "",
   number =  "",
@@ -164,17 +160,24 @@ OPTannote = {•}
   pages =   "673-681",
   year =    "1990",
   author =  "T.L. Freeman AND R.K. Brankin",
-}x
+}
+
+
+@article{cs01:nj,
+inhal = {no},
+author = {Couturier, Rapha\"el and Spies, Fran\c{c}ois},
+title = {Extraction de racines dans des polyn\^omes creux de degr\'e \'elev\'e},
+journal = {RSRCP (R\'eseaux et Syst\`emes R\'epartis, Calculateurs Parall\`eles), Num\'ero th\'ematique : Algorithmes it\'eratifs parall\`eles et distribu\'es},
+publisher = {Herm\`es},
+volume = 13,
+number = 1,
+pages = {67--81},
+year = 2001,
+
+}
+
+
 
-@Article{Raphaelall01,
-  title =   " Extraction de racines dans des polynômes creux de degrées élevés. {RSRCP} (Réseaux et Systèmes Répartis, Calculateurs Parallèles)",
-  journal = "  Algorithmes itératifs paralléles et distribués",
-  volume =  "1",
-  number =  "13",
-  pages =   "67-81",
-  year =    "1990",
-  author =  "R. Couturier AND F. Spies",
-}x
 
 @Article{Ostrowski41,
   title =   "  On a Theorem by {J. L. Walsh} Concerning the Moduli of Roots of Algebraic Equations. A.M.S.",
index 0be1e0855b00e68f64f08e9996547fbbd20c4152..e932a3c48d1e0b38bb43f0dcfb8cdca6eeab81e5 100644 (file)
--- a/paper.tex
+++ b/paper.tex
@@ -88,7 +88,7 @@ which each processor continues to update its approximations even
 though the latest values of other approximations $z^{k}_{i}$ have not
 been received from the other processors, in contrast with synchronous
 algorithms where it would wait those values before making a new
-iteration. Couturier and al.~\cite{Raphaelall01} proposed two methods
+iteration. Couturier and al.~\cite{cs01:nj} proposed two methods
 of parallelization for a shared memory architecture with OpenMP and
 for a distributed memory one with MPI. They are able to compute the
 roots of sparse polynomials of degree 10,000. The authors showed an interesting