taucmdr.cf.software.pdt_installation module¶
Program Database Toolkit (PDT) software installation management.
TAU uses PDT for source instrumentation.
-
class
taucmdr.cf.software.pdt_installation.PdtInstallation(sources, target_arch, target_os, compilers)[source]¶ Bases:
taucmdr.cf.software.installation.AutotoolsInstallationEncapsulates a PDT installation.
PDT doesn’t actually use an Autotools configure script but the installation procedure is the same otherwise, so we reuse what we can from AutotoolsInstallation.
