aboutsummaryrefslogtreecommitdiff
blob: fac83b2c5940a1d4398c5369b583470a15bac6db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>cluster</herd>
  <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>
    <email>gentryx@gmx.de</email>
  </maintainer>
  <use>
    <flag name="cuda">
	  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>
    <flag name="opencl">
	  Builds those plugins which can offload to OpenCL devices.
    </flag>
    <flag name="opencv">
	  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>
    <flag name="scotch">
	  Optinally use Scotch for domain decomposition.
    </flag>
    <flag name="visit">
	  Add in situ visualization for big simulations via VisIt.
    </flag>
  </use>
</pkgmetadata>