1
1
openmpi/ompi/contrib/vt/vt
2008-06-10 09:03:21 +00:00
..
doc Added some words to Open MPI in the section "Introduction" 2008-06-04 11:52:57 +00:00
examples bringing VampirTrace integration to the trunk 2008-01-28 08:39:48 +00:00
extlib merging VampirTrace-5.4.5 into the main branch 2008-03-31 12:48:35 +00:00
tools Bugfix (Ticket #1318): Implemented copy-contructor of 'FiltHandlerArgument' in 'vt_filthandler.cc' instead of the header file 'vt_filthandler.h' 2008-06-10 09:03:21 +00:00
vtlib Bugfix for LIBC's I/O tracing: fileno(stream) is called only if stream != NULL 2008-04-01 07:09:36 +00:00
acinclude.m4 merging VampirTrace-5.4.5 into the main branch 2008-03-31 12:48:35 +00:00
AUTHORS bringing VampirTrace integration to the trunk 2008-01-28 08:39:48 +00:00
ChangeLog Bugfix for LIBC's I/O tracing: fileno(stream) is called only if stream != NULL 2008-04-01 07:09:36 +00:00
CONFIG-EXAMPLES merging VampirTrace-5.4.4.5 into the main branch 2008-03-14 16:23:52 +00:00
config.h.in bringing VampirTrace integration to the trunk 2008-01-28 08:39:48 +00:00
configure.in merging VampirTrace-5.4.5 into the main branch 2008-03-31 12:48:35 +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 merging VampirTrace-5.4.5 into the main branch 2008-03-31 12:48:35 +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'.