aboutsummaryrefslogtreecommitdiff
blob: 08eda31af420723ec56be80165e877cdbbbf1bbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
VampirTrace is an open source library that allows detailed logging of program execution for parallel applications using message passing (MPI) and threads (OpenMP), Pthreads). Besides these typical parallelization paradigms, VampirTrace is capable of tracing GPU accelerated applications and generates exact time stamps for all GPU related events.
</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">
Enable tracing of CUDA calls and GPU kernels.
</flag>
	</use>
</pkgmetadata>