1
1
openmpi/ompi/contrib/vt/vt
Matthias Jurenz 5755d35045 Removed - This file will be created by autotools
This commit was SVN r19591.
2008-09-19 15:09:46 +00:00
..
doc Added important changes and bugfixes respectively from VT-trunk (backport) 2008-08-26 11:41:23 +00:00
examples bringing VampirTrace integration to the trunk 2008-01-28 08:39:48 +00:00
extlib Added important changes and bugfixes respectively from VT-trunk (backport) 2008-08-26 11:41:23 +00:00
tools Fixed compiler warning (unused variable) 2008-09-17 14:39:19 +00:00
vtlib Added important changes and bugfixes respectively from VT-trunk (backport) 2008-08-26 11:41:23 +00:00
acinclude.m4 Added important changes and bugfixes respectively from VT-trunk (backport) 2008-08-26 11:41:23 +00:00
AUTHORS bringing VampirTrace integration to the trunk 2008-01-28 08:39:48 +00:00
ChangeLog Added important changes and bugfixes respectively from VT-trunk (backport) 2008-08-26 11:41:23 +00:00
CONFIG-EXAMPLES merging VampirTrace-5.4.4.5 into the main branch 2008-03-14 16:23:52 +00:00
configure.in Added important changes and bugfixes respectively from VT-trunk (backport) 2008-08-26 11:41:23 +00:00
COPYING merging VampirTrace-5.4.4.1 into the main branch 2008-01-29 16:46:19 +00:00
INSTALL bringing VampirTrace integration to the trunk 2008-01-28 08:39:48 +00:00
Makefile.am bringing VampirTrace integration to the trunk 2008-01-28 08:39:48 +00:00
NEWS bringing VampirTrace integration to the trunk 2008-01-28 08:39:48 +00:00
README merging VampirTrace-5.4.4.1 into the main branch 2008-01-29 16:46:19 +00:00
VERSION Added important changes and bugfixes respectively from VT-trunk (backport) 2008-08-26 11:41:23 +00:00

 VampirTrace

VampirTrace consists of a tool set and a run-time library for instrumentation and tracing of software applications. In particular, it is tailored towards parallel and distributed High Performance Computing (HPC) applications. 

The instrumentation part modifies a given application in order to inject additional measurement calls during run-time. The tracing part provides the actual measurement functionality used by the instrumentation calls. By this means, a variety of detailed performance properties can be collected and recorded during run-time.

VampirTrace version is available as open source software under the BSD license, see 'COPYING'. The software comes as a source code package. It can be installed by using autoconf procedures, see 'INSTALL'.

For instructions on how use VampirTrace to instrument application programs so that they produce an OTF event trace when executed, see 'doc/UserManual.pdf'.