Plugin reference
This table describes the tags used in the plugin files.
| Tag | Attribute | Description | 
|---|---|---|
| 
 | 
 | The plugin’s unique name. This should include the program/library the plugin is for, and its version. This is shown in the Run dialog. | 
| 
 | 
 | A short snippet of text to describe the purpose of the plugin/program to the user. This is shown in the Run dialog. | 
| 
 | 
 | Preloads a shared library of this name into the user’s program. The shared library
must be locatable using  | 
| 
 | 
 | Sets a particular environment variable before running the user’s program. | 
| 
 | 
 | The value that this environment variable should be set to. | 
| 
 | 
 | Adds a breakpoint at this location in the code. The location can be in a preloaded
shared library (see above). Typically this is a function name, or a fully-qualified
C++ namespace and class name. C++ class members must include their signature and be
enclosed in single quotes, for example, ‘ | 
| 
 | 
 | Only  | 
| 
 | 
 | A  | 
| 
 | 
 | Starts one more MPI process than the user requested. The optional  | 
| 
 | 
 | Similar to  | 
| 
 | 
 | A comma-separated list of variables to log on every passing of the tracepoint location. |