Skip to content

hdc-arizona/traveler-gantt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

OTF2 Gantt Chart Viewer with added support for HPX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published