Reverse Connect Examples

Initiate a reverse connection request by specifying any debug target program as the argument to tvconnect. The specified program must be accessible by the TotalView front-end UI that wishes to accept the request.

Here’s a simple example:

tvconnect /home/totalview/tests/myTest

To start it on an MPI job, for example:

tvconnect srun -n 4 /home/fullpath/tx_mpi_test

In this section: