-
Notifications
You must be signed in to change notification settings - Fork 16
Paraprof with X11 Forwarding
Dewi edited this page Jul 6, 2020
·
1 revision
In order to view the visualizations generated by Paraprof (which comes with TAU) when running on a remote server you can forward the interactive display back to your own machine. Building TAU installs Paraprof on the machine, running TAU with another application will generate profile.* files, these are what Paraprof uses to generate the visualizations.
Here are the instructions:
If you do not have XQuartz installed already (most newer Mac models) download and install it: https://www.xquartz.org/
When you ssh into a remote server, use the -X or -Y option
ssh -Y username@<server>
# Or
ssh -X username@<server>
# Once logged in make sure to build TAU - this installs Paraprof
paraprof
# This will generate an interactive visualization for all profile.* files in the current directory
Still have questions? Check out the official documentation or contact [email protected] for help.
- Home
- Installing TAU
- Using TAU
- Measuring XGC with TAU on Summit and Spock
- Configuring TAU to measure IO libraries
- Instrumenting CXX Applications
- Measuring the Papyrus Key Value Store
- Using TAU to Profile and or Trace ADIOS
- Using the Monitoring Plugin
- Quick Start for p2z with TAU
- Quick Start for LULESH with TAU
- Paraprof with X11 Forwarding
- Using the TAU Skel Plugin
- Using TAU with Python
- Streaming TAU data to ADIOS2 Profiles
- Frequently Asked Questions (FAQ)