rsnt_translations
56,420
edits
m (Rdickson moved page Allinea software to ARM software without leaving a redirect: Part of translatable page "Allinea software") |
No edit summary |
||
Line 17: | Line 17: | ||
<!--T:5--> | <!--T:5--> | ||
The current license limits the use of DDT/MAP to a maximum of 512 CPU cores across all users at any given time while DDT-GPU is limited to 8 GPUs. | The current license limits the use of DDT/MAP to a maximum of 512 CPU cores across all users at any given time, while DDT-GPU is limited to 8 GPUs. | ||
= Usage = <!--T:6--> | = Usage = <!--T:6--> | ||
Line 23: | Line 23: | ||
<!--T:7--> | <!--T:7--> | ||
1. Allocate the node or nodes on which to do the debugging or profiling. This will open a shell session on the allocated node. | |||
<!--T:8--> | <!--T:8--> | ||
Line 29: | Line 29: | ||
<!--T:9--> | <!--T:9--> | ||
2. Load the appropriate module, for example | |||
<!--T:10--> | <!--T:10--> | ||
Line 42: | Line 42: | ||
<!--T:13--> | <!--T:13--> | ||
3. Run the ddt or map command. | |||
<!--T:14--> | <!--T:14--> | ||
Line 52: | Line 52: | ||
<!--T:16--> | <!--T:16--> | ||
4. When done, exit the shell to terminate the allocation. | |||
== CUDA code == <!--T:17--> | == CUDA code == <!--T:17--> | ||
<!--T:18--> | <!--T:18--> | ||
1. Allocate the node or nodes on which to do the debugging or profiling with <code>salloc</code>. This will open a shell session on the allocated node. | |||
<!--T:19--> | <!--T:19--> | ||
Line 63: | Line 63: | ||
<!--T:20--> | <!--T:20--> | ||
2. Load the appropriate module, for example | |||
<!--T:21--> | <!--T:21--> | ||
Line 76: | Line 76: | ||
<!--T:24--> | <!--T:24--> | ||
3. Ensure a cuda module is loaded. | |||
<!--T:25--> | <!--T:25--> | ||
Line 82: | Line 82: | ||
<!--T:26--> | <!--T:26--> | ||
4. Run the ddt command. | |||
<!--T:27--> | <!--T:27--> | ||
Line 88: | Line 88: | ||
<!--T:28--> | <!--T:28--> | ||
5. When done, exit the shell to terminate the allocation. | |||
= Known issues = <!--T:29--> | = Known issues = <!--T:29--> |