
C API for PerfDMF
University of Oregon
http://www.cs.uoregon.edu/research/paracomp/tau/tautools/
Contact: amorris@cs.uoregon.edu, tau-bugs@cs.uoregon.edu


Requirements:
TAU 2.13.7
j2sdk 1.4

1. Configuration

./configure --with-tau=<path/to/tau> --prefix=<prefix>
make
make install


2. Usage

Three examples are given in the examples directory.  They are built by
default: testApp, dbupload, and dbdump.  They exercise nearly all of
the functionality that cperfdmf offers.

3. Documentation

Documentation for the API is provided in html form in doc/html/index.html

-------------------------------------------
Building on AIX:

* gcc 32-bit
./configure --with-jdk=/usr/java14 CC=gcc CFLAGS=-Wl,-bmaxdata:2000000000

* gcc 64-bit
./configure --with-jdk=/usr/java14_64 CC=gcc CFLAGS=-maix64

* xlc 32-bit
./configure --with-jdk=/usr/java14 CC=xlc CFLAGS=-bmaxdata:2000000000

* xlc 64-bit
./configure --with-jdk=/usr/java14_64 CC=xlc CFLAGS=-q64 ARFLAGS=-X64
