This directory contains the tape_reader library.

README        : this file
Makefile      : to build tape_reader.o tr_demo.o and tr_demo
tape_reader.c : implementation of the library
tape_reader.h : event names
tr_demo.c     : a tape reader demo
mkpvmfmt.perl : tool to generate an automatic documentation
gexample.tape : a very short trace on 4 procs
fft2d.tape    : a medium length trace on 4 procs
fft2dx3.tape  : a large trace on 4 procs


To build, type make.

To try tr_demo, type "tr_demo <tracefile>".

Documentation are in tape_reader.doc and tape_fmtevt.doc

