diff options
author | 2013-04-27 22:00:31 +0200 | |
---|---|---|
committer | 2013-04-27 22:00:31 +0200 | |
commit | 56956519a8cb8dc034bc0004605f429397d7429c (patch) | |
tree | ec466577dd9eb21f4c5baeb3785833dbc79bef1d /dev-util/VampirTrace | |
parent | removed superfluous dot (diff) | |
download | sci-56956519a8cb8dc034bc0004605f429397d7429c.tar.gz sci-56956519a8cb8dc034bc0004605f429397d7429c.tar.bz2 sci-56956519a8cb8dc034bc0004605f429397d7429c.zip |
added missing metadata.xml
Diffstat (limited to 'dev-util/VampirTrace')
-rw-r--r-- | dev-util/VampirTrace/metadata.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-util/VampirTrace/metadata.xml b/dev-util/VampirTrace/metadata.xml new file mode 100644 index 000000000..4c72b4d3b --- /dev/null +++ b/dev-util/VampirTrace/metadata.xml @@ -0,0 +1,13 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>cluster</herd> + <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> + <use> + <flag name="cuda"> + Enable tracing of CUDA calls and GPU kernels. + </flag> + </use> +</pkgmetadata> |