From 38616ac2c73435fc6fde1bf715bb6424d1193be5 Mon Sep 17 00:00:00 2001 From: Damian Alvarez <swmanage@juwels03.ib.juwels.fzj.de> Date: Tue, 1 Sep 2020 14:39:51 +0200 Subject: [PATCH] To remove empty spaces at the beginning of the descriptions --- .../c/CubeLib/CubeLib-4.5-GCCcore-9.3.0.eb | 18 +++++++++--------- .../CubeWriter/CubeWriter-4.5-GCCcore-9.3.0.eb | 16 ++++++++-------- .../o/OPARI2/OPARI2-2.0.5-GCCcore-9.3.0.eb | 8 ++++---- Golden_Repo/o/OTF2/OTF2-2.2-GCCcore-9.3.0.eb | 7 +++---- Golden_Repo/p/PAPI/PAPI-6.0.0-GCCcore-9.3.0.eb | 8 ++++---- Golden_Repo/p/PDT/PDT-3.25-GCCcore-9.3.0.eb | 12 ++++++------ .../SIONlib-1.7.6-GCCcore-9.3.0-tools.eb | 12 ++++++------ 7 files changed, 40 insertions(+), 41 deletions(-) diff --git a/Golden_Repo/c/CubeLib/CubeLib-4.5-GCCcore-9.3.0.eb b/Golden_Repo/c/CubeLib/CubeLib-4.5-GCCcore-9.3.0.eb index 44c87a70f..6fd28ca82 100644 --- a/Golden_Repo/c/CubeLib/CubeLib-4.5-GCCcore-9.3.0.eb +++ b/Golden_Repo/c/CubeLib/CubeLib-4.5-GCCcore-9.3.0.eb @@ -17,15 +17,15 @@ version = '4.5' homepage = 'http://www.scalasca.org/software/cube-4.x/download.html' description = """ - Cube, which is used as performance report explorer for Scalasca and Score-P, - is a generic tool for displaying a multi-dimensional performance space - consisting of the dimensions (i) performance metric, (ii) call path, and - (iii) system resource. Each dimension can be represented as a tree, where - non-leaf nodes of the tree can be collapsed or expanded to achieve the - desired level of granularity. - - This module provides the Cube general purpose C++ library component and - command-line tools. +Cube, which is used as performance report explorer for Scalasca and Score-P, +is a generic tool for displaying a multi-dimensional performance space +consisting of the dimensions (i) performance metric, (ii) call path, and +(iii) system resource. Each dimension can be represented as a tree, where +non-leaf nodes of the tree can be collapsed or expanded to achieve the +desired level of granularity. + +This module provides the Cube general purpose C++ library component and +command-line tools. """ site_contacts = 'sc@fz-juelich.de' diff --git a/Golden_Repo/c/CubeWriter/CubeWriter-4.5-GCCcore-9.3.0.eb b/Golden_Repo/c/CubeWriter/CubeWriter-4.5-GCCcore-9.3.0.eb index a72a820b6..6327aa905 100644 --- a/Golden_Repo/c/CubeWriter/CubeWriter-4.5-GCCcore-9.3.0.eb +++ b/Golden_Repo/c/CubeWriter/CubeWriter-4.5-GCCcore-9.3.0.eb @@ -17,14 +17,14 @@ version = '4.5' homepage = 'http://www.scalasca.org/software/cube-4.x/download.html' description = """ - Cube, which is used as performance report explorer for Scalasca and Score-P, - is a generic tool for displaying a multi-dimensional performance space - consisting of the dimensions (i) performance metric, (ii) call path, and - (iii) system resource. Each dimension can be represented as a tree, where - non-leaf nodes of the tree can be collapsed or expanded to achieve the - desired level of granularity. - - This module provides the Cube high-performance C writer library component. +Cube, which is used as performance report explorer for Scalasca and Score-P, +is a generic tool for displaying a multi-dimensional performance space +consisting of the dimensions (i) performance metric, (ii) call path, and +(iii) system resource. Each dimension can be represented as a tree, where +non-leaf nodes of the tree can be collapsed or expanded to achieve the +desired level of granularity. + +This module provides the Cube high-performance C writer library component. """ site_contacts = 'sc@fz-juelich.de' diff --git a/Golden_Repo/o/OPARI2/OPARI2-2.0.5-GCCcore-9.3.0.eb b/Golden_Repo/o/OPARI2/OPARI2-2.0.5-GCCcore-9.3.0.eb index 170fc9049..94207c556 100644 --- a/Golden_Repo/o/OPARI2/OPARI2-2.0.5-GCCcore-9.3.0.eb +++ b/Golden_Repo/o/OPARI2/OPARI2-2.0.5-GCCcore-9.3.0.eb @@ -18,10 +18,10 @@ version = '2.0.5' homepage = 'http://www.score-p.org' description = """ - OPARI2, the successor of Forschungszentrum Juelich's OPARI, is a - source-to-source instrumentation tool for OpenMP and hybrid codes. - It surrounds OpenMP directives and runtime library calls with calls - to the POMP2 measurement interface. +OPARI2, the successor of Forschungszentrum Juelich's OPARI, is a +source-to-source instrumentation tool for OpenMP and hybrid codes. +It surrounds OpenMP directives and runtime library calls with calls +to the POMP2 measurement interface. """ site_contacts = 'sc@fz-juelich.de' diff --git a/Golden_Repo/o/OTF2/OTF2-2.2-GCCcore-9.3.0.eb b/Golden_Repo/o/OTF2/OTF2-2.2-GCCcore-9.3.0.eb index 4e8f11cc6..6df4d8229 100644 --- a/Golden_Repo/o/OTF2/OTF2-2.2-GCCcore-9.3.0.eb +++ b/Golden_Repo/o/OTF2/OTF2-2.2-GCCcore-9.3.0.eb @@ -17,10 +17,9 @@ version = '2.2' homepage = 'http://www.score-p.org' description = """ - The Open Trace Format 2 is a highly scalable, memory efficient event trace - data format plus support library. It is the new standard trace format for - Scalasca, Vampir, and TAU and is open for other tools. - +The Open Trace Format 2 is a highly scalable, memory efficient event trace +data format plus support library. It is the new standard trace format for +Scalasca, Vampir, and TAU and is open for other tools. """ site_contacts = 'sc@fz-juelich.de' diff --git a/Golden_Repo/p/PAPI/PAPI-6.0.0-GCCcore-9.3.0.eb b/Golden_Repo/p/PAPI/PAPI-6.0.0-GCCcore-9.3.0.eb index 017e79371..fad9729f2 100644 --- a/Golden_Repo/p/PAPI/PAPI-6.0.0-GCCcore-9.3.0.eb +++ b/Golden_Repo/p/PAPI/PAPI-6.0.0-GCCcore-9.3.0.eb @@ -17,10 +17,10 @@ version = '6.0.0' homepage = 'http://icl.cs.utk.edu/projects/papi/' description = """PAPI provides the tool designer and application engineer with a consistent interface and - methodology for use of the performance counter hardware found in most major microprocessors. PAPI enables - software engineers to see, in near real time, the relation between software performance and processor events. - In addition Component PAPI provides access to a collection of components - that expose performance measurement opportunites across the hardware and software stack. +methodology for use of the performance counter hardware found in most major microprocessors. PAPI enables +software engineers to see, in near real time, the relation between software performance and processor events. +In addition Component PAPI provides access to a collection of components +that expose performance measurement opportunites across the hardware and software stack. """ site_contacts = 'sc@fz-juelich.de' diff --git a/Golden_Repo/p/PDT/PDT-3.25-GCCcore-9.3.0.eb b/Golden_Repo/p/PDT/PDT-3.25-GCCcore-9.3.0.eb index 4da015954..8ed6fdc23 100644 --- a/Golden_Repo/p/PDT/PDT-3.25-GCCcore-9.3.0.eb +++ b/Golden_Repo/p/PDT/PDT-3.25-GCCcore-9.3.0.eb @@ -16,12 +16,12 @@ version = '3.25' homepage = 'http://www.cs.uoregon.edu/research/pdt/' description = """ - Program Database Toolkit (PDT) is a framework for analyzing source code - written in several programming languages and for making rich program - knowledge accessible to developers of static and dynamic analysis tools. - PDT implements a standard program representation, the program database - (PDB), that can be accessed in a uniform way through a class library - supporting common PDB operations. +Program Database Toolkit (PDT) is a framework for analyzing source code +written in several programming languages and for making rich program +knowledge accessible to developers of static and dynamic analysis tools. +PDT implements a standard program representation, the program database +(PDB), that can be accessed in a uniform way through a class library +supporting common PDB operations. """ site_contacts = 'sc@fz-juelich.de' diff --git a/Golden_Repo/s/SIONlib/SIONlib-1.7.6-GCCcore-9.3.0-tools.eb b/Golden_Repo/s/SIONlib/SIONlib-1.7.6-GCCcore-9.3.0-tools.eb index a05a7ae9e..6694ddc84 100644 --- a/Golden_Repo/s/SIONlib/SIONlib-1.7.6-GCCcore-9.3.0-tools.eb +++ b/Golden_Repo/s/SIONlib/SIONlib-1.7.6-GCCcore-9.3.0-tools.eb @@ -5,12 +5,12 @@ versionsuffix = '-tools' homepage = 'http://www.fz-juelich.de/ias/jsc/EN/Expertise/Support/Software/SIONlib/_node.html' description = """SIONlib is a scalable I/O library for parallel access to task-local files. - The library not only supports writing and reading binary data to or from several thousands of - processors into a single or a small number of physical files, but also provides global open - and close functions to access SIONlib files in parallel. This package provides a stripped-down - installation of SIONlib for use with performance tools (e.g., Score-P), with renamed symbols - to avoid conflicts when an application using SIONlib itself is linked against a tool requiring - a different SIONlib version. +The library not only supports writing and reading binary data to or from several thousands of +processors into a single or a small number of physical files, but also provides global open +and close functions to access SIONlib files in parallel. This package provides a stripped-down +installation of SIONlib for use with performance tools (e.g., Score-P), with renamed symbols +to avoid conflicts when an application using SIONlib itself is linked against a tool requiring +a different SIONlib version. """ site_contacts = 'sc@fz-juelich.de' -- GitLab