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.
Traveler Gantt depends on:
- Open Trace Format version 2 1.4+
- nlohmann's json
- (Install only) cmake 2.8.9+
- (Optional) Open Trace Format 1.12+
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.
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.
Traveler Gantt was written by Kate Isaacs. It was forked from Ravel.
Traveler Gantt is released under the LGPL license. For more details see the LICENSE file.