aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/libgeodecomp/metadata.xml')
-rw-r--r--sci-libs/libgeodecomp/metadata.xml40
1 files changed, 20 insertions, 20 deletions
diff --git a/sci-libs/libgeodecomp/metadata.xml b/sci-libs/libgeodecomp/metadata.xml
index d854cb35c..b1b9ce281 100644
--- a/sci-libs/libgeodecomp/metadata.xml
+++ b/sci-libs/libgeodecomp/metadata.xml
@@ -2,11 +2,11 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
- LibGeoDecomp is an auto-parallelizing library to speed up stencil
- code based computer simulations. It runs on virtually all current
- architectures, be it multi-cores, GPUs, or large scale MPI
- clusters.
- </longdescription>
+LibGeoDecomp is an auto-parallelizing library to speed up stencil
+code based computer simulations. It runs on virtually all current
+architectures, be it multi-cores, GPUs, or large scale MPI
+clusters.
+</longdescription>
<maintainer type="person">
<email>gentryx@gmx.de</email>
</maintainer>
@@ -16,26 +16,26 @@
</maintainer>
<use>
<flag name="cuda">
- Enables plugins for NVIDIA GPUs (e.g. CUDASimulator and CUDAStepper)
- </flag>
+Enables plugins for NVIDIA GPUs (e.g. CUDASimulator and CUDAStepper)
+</flag>
<flag name="hpx">
- Activates the HPX backend as an alternative to the usual MPI backends.
- </flag>
+Activates the HPX backend as an alternative to the usual MPI backends.
+</flag>
<flag name="opencl">
- Builds those plugins which can offload to OpenCL devices.
- </flag>
+Builds those plugins which can offload to OpenCL devices.
+</flag>
<flag name="opencv">
- Some input components can read from cameras etc. via OpenCV
- </flag>
+Some input components can read from cameras etc. via OpenCV
+</flag>
<flag name="qt4">
- Adds the QTWidgetWriter, which allows in situ visualization of a
- running simulation.
- </flag>
+Adds the QTWidgetWriter, which allows in situ visualization of a
+running simulation.
+</flag>
<flag name="scotch">
- Optinally use Scotch for domain decomposition.
- </flag>
+Optinally use Scotch for domain decomposition.
+</flag>
<flag name="visit">
- Add in situ visualization for big simulations via VisIt.
- </flag>
+Add in situ visualization for big simulations via VisIt.
+</flag>
</use>
</pkgmetadata>