Difference between revisions of "Allinea: DDT"
Jump to navigation
Jump to search
| Line 16: | Line 16: | ||
#Press Ok and it will be ready to use. | #Press Ok and it will be ready to use. | ||
| − | == Debugging an | + | == Debugging an application == |
| − | In order to start a debugging job for a (parallel) application, press the Run button. | + | In order to start a debugging job for a (parallel) application, press the Run button. In the next window, the "Äpplication" field must be filled with the exact path of the executable to be run. If the application needs command line arguments or stdin input, these can be provided in the "Arguments" and "stdin file" fields, respectively. |
| + | |||
| + | For MPI | ||
Revision as of 14:42, 28 October 2014
Starting Allinea DDT
Allinea DDT can be started both locally, inside the cluster, and remotely, from a laptop or PC.
- Starting locally
- Connect to server with X forwarding enabled (ssh -X).
- Go in Allinea DDT installation path and run ./ddt (/cm/local/allinea/bin/ for the Boston head node).
- Starting remotely
- Download Allinea tools from their website (http://www.allinea.com/products/downloads/download-allinea-ddt-and-allinea-map).
- Untar and run the installer file.
- Open Allinea DDT and at the Remote Launch menu open the settings and enter the hostname (username@ip_address) and the Allinea installation directory on the server.
- (Optional) Test the connection by pressing the Test Remote Launch button. (Might be prompted to provide the password, in order to connect to the server). If everything works out, the message "Remote Launch test completed successfully." will appear at the top left corner of the testing window.
- Press Ok and it will be ready to use.
Debugging an application
In order to start a debugging job for a (parallel) application, press the Run button. In the next window, the "Äpplication" field must be filled with the exact path of the executable to be run. If the application needs command line arguments or stdin input, these can be provided in the "Arguments" and "stdin file" fields, respectively.
For MPI