Software
PDT
PDT is freely available to all users of HPC2N.
Program Database Toolkit (PDT) is a framework for analyzing source code written in several programming languages and for making rich program knowledge accessible to developers of static and dynamic analysis tools.
PDT implements a standard program representation, the program database (PDB), that can be accessed in a uniform way through a class library supporting common PDB operations.
On HPC2N we have PDT available as a module on Kebnekaise.
To use the PDT module, first add it to your environment. Use:
module spider pdt
to see which versions are available, as well as how to load the module and the needed prerequisites.
Note that while the case of the letters does not matter when you use "ml spider", it is necessary to match the case when loading the modules.
You can read more about loading modules on our Accessing software with Lmod page and our Using modules (Lmod) page.
More information, including documentation about using PDT ca be found on the PDT homepage.