From aa6617c4780f00018477320e129bbd26a425b85e Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Tue, 6 Apr 2021 11:33:13 +0200 Subject: [PATCH] Typos --- README.org | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.org b/README.org index b765050..ac371c5 100644 --- a/README.org +++ b/README.org @@ -1,17 +1,17 @@ -#+TITLE: HQR: A library to generate hierachical trees adapted to distributed mnay-cores architectures for QR/LQ tile algorithms +#+TITLE: HQR: A library to generate hierachical trees adapted to distributed many-cores architectures for QR/LQ tile algorithms #+LANGUAGE: en #+OPTIONS: H:3 num:t \n:nil @:t ::t |:t _:nil ^:nil -:t f:t *:t <:t #+OPTIONS: TeX:t LaTeX:t skip:nil d:nil pri:nil tags:not-in-toc html-style:nil [[https://gitlab.inria.fr/solverstack/hqr/pipelines][https://gitlab.inria.fr/solverstack/hqr/badges/master/pipeline.svg]] [[https://gitlab.inria.fr/solverstack/hqr/commits/master][https://gitlab.inria.fr/solverstack/hqr/badges/master/coverage.svg]] -HQR is a C library providing tools to generate hierachical trees +HQR is a C library providing tools to generate hierarchical trees adapted to 2D block-cyclic data distribution and algorithms based on tiled QR/algorithms. This library is used in [[https://gitlab.inria.fr/solverstack/chameleon][Chameleon]] and [[https://bitbucket.org/mfaverge/parsec][DPLASMA]]. This libraries provides generation of trees for various configuration and intent to provide an automatically generated tree adapted to the -matrix size, and the targetted architecture. +matrix size, and the targeted architecture. Tools to draw the trees in SVG and DOT formats are provided to display the generated trees and debug applications, as well as tools to @@ -33,7 +33,7 @@ provide critical path length. # * Documentation # ** User guide # The user guide is available directly in the sources as emacs -# orgmode files, see : +# org-mode files, see : # 1) [[file:doc/orgmode/chapters/introduction.org][Introduction]] : description of the scientific context # 2) [[file:doc/orgmode/chapters/installing.org][Installing]] : # * Getting Chameleon @@ -47,14 +47,14 @@ provide critical path length. # This documentation could also be generated in html and/or pdf : # #+begin_src -# # build the doc with cmake (emacs with orgmode and latex are required), e.g. +# # build the doc with cmake (emacs with org-mode and latex are required), e.g. # cmake .. -DCHAMELEON_ENABLE_DOC=ON # make doc # #+end_src # ** Source code documentation (doxygen) # There is no up-to-date documentation of Chameleon. We would like to -# provide a doxygen documentation hosted on [[https://about.gitlab.com/2016/04/07/gitlab-pages-setup/][gitlab]] in the +# provide a Doxygen documentation hosted on [[https://about.gitlab.com/2016/04/07/gitlab-pages-setup/][gitlab]] in the # future. Please refer to the section 2.1 of [[file:READMEDEV.org][READMEDEV]] to get # information about the documentation generation. @@ -88,16 +88,16 @@ provide critical path length. Feel free to use the following publications to reference the HQR library: - * Original paper that initiated the hierarcical QR algorithms: + * Original paper that initiated the hierarchical QR algorithms: - Henricus Bouwmeester, Mathias Jacquelin, Julien Langou, Yves Robert. *Tiled QR factorization algorithms*, /in SC '11 Proceedings of 2011 International Conference for High Performance Computing, Networking, Storage and Analysis/ [[https://dl.acm.org/citation.cfm?id=2063393][acm]] [[https://arxiv.org/pdf/1104.4475.pdf][arxiv]] - * Hierachical trees for distributed memory: + * Hierarchical trees for distributed memory: - Jack Dongarra, Mathieu Faverge, Thomas Hérault, Mathias Jacquelin, Julien Langou, et Yves Robert. *Hierarchical QR factorization algorithms for multi-core clusters*. /Parallel Computing, Elsevier, 2013, 39 (4-5), pp.212-232/. [[http://dx.doi.org/10.1016/j.parco.2013.01.003][parco.2013.01.003]] [[https://hal.inria.fr/hal-00809770][hal-00809770]] * Systolic trees for the QR factorization: - Guillaume Aupy, Mathieu Faverge, Yves Robert, Jakub Kurzak, Piotr Luszczek, et Jack Dongarra. *Implementing a systolic algorithm for QR factorization on multicore clusters with PaRSEC*. /PROPER 2013 - 6th Workshop on Productivity and Performance, Aug 2013, Aachen, Germany. 2013/. [[https://hal.inria.fr/hal-00844492][hal-00844492]] - * Adapted trees to Bi-diagonalization algorithms: + * Adapted trees to Bidiagonalization algorithms: - Mathieu Faverge, Julien Langou, Yves Robert, Jack Dongarra. *Bidiagonalization and R-Bidiagonalization: Parallel Tiled Algorithms, Critical Paths and Distributed-Memory Implementation.* /IPDPS'17 - 31st IEEE International Parallel and Distributed Processing Symposium, May 2017, Orlando, United States. 2017/, [[http://ipdps.org][ipdps]] [[https://hal.inria.fr/hal-01484113][hal-01484113]] # * Licence -- GitLab