aboutsummaryrefslogtreecommitdiff
blob: b1b9ce2813324a9c9bbf7dae6f861231939ccf76 (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
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<!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>
	<maintainer type="person">
		<email>gentryx@gmx.de</email>
	</maintainer>
	<maintainer type="project">
		<email>cluster@gentoo.org</email>
		<name>Gentoo Cluster Project</name>
	</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>