flake8 fixes

This commit is contained in:
Michael Kuhn
2016-08-04 17:58:59 +02:00
parent 584e5506f2
commit d7665a63e3
3 changed files with 27 additions and 20 deletions

View File

@@ -25,13 +25,17 @@
from spack import *
class Opari2(Package):
"""
OPARI2 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 will provide you with a new
initialization method that allows for multi-directory and parallel builds as well as the usage of pre-instrumented
libraries. Furthermore, an efficient way of tracking parent-child relationships was added. Additionally, we extended
OPARI2 to support instrumentation of OpenMP 3.0 tied tasks.
OPARI2 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 will provide you with a new
initialization method that allows for multi-directory and parallel builds
as well as the usage of pre-instrumented libraries. Furthermore, an
efficient way of tracking parent-child relationships was added.
Additionally, we extended OPARI2 to support instrumentation of OpenMP 3.0
tied tasks.
"""
homepage = "http://www.vi-hps.org/projects/score-p"