Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.85 KB

README.md

File metadata and controls

55 lines (40 loc) · 1.85 KB

Traveler Gantt Chart

The Gantt chart development is now most active under Traveler-Integrated: https://github.com/hdc-arizona/traveler-integrated.

Traveler Gantt Chart is an under-development OTF2 Viewer for HPX Parallel Runtime with APEX support.

Installation

Traveler Gantt depends on:

To install:

$ git clone https://github.com/hdc-arizona/traveler-gantt.git
$ mkdir traveler-gantt/build
$ cd traveler-gantt/build
$ cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/directory ..
$ make
$ make install

If a dependency is not found, add its install directory to the CMAKE_PREFIX_PATH environment variable.

Usage

Navigate to your installation location (alternatively you can run it out of the build directory) and run Traveler. Use the -t option to specify the path to your OTF2 file. The file should end in .otf2.

./Traveler -t /path/to/your/OTF2/file

For tool tips with extra performance information, use the -e option:

./Traveler -e -t /path/to/your/OTF2/file

This will launch a webpage on http://localhost:10006. Navigate there in a web browser to view the trace.

Authors

Traveler Gantt was written by Kate Isaacs. It was forked from Ravel.

License

Traveler Gantt is released under the LGPL license. For more details see the LICENSE file.