taucmdr.cf.software.ompt_installation module

OMPT software installation management.

OMPT is used for performance analysis of OpenMP codes.

class taucmdr.cf.software.ompt_installation.OmptInstallation(sources, target_arch, target_os, compilers)[source]

Bases: taucmdr.cf.software.installation.CMakeInstallation

Encapsulates an OMPT installation.

cmake(flags)[source]

Invoke cmake.

Parameters:flags (list) – Command line flags to pass to cmake.
Raises:SoftwarePackageError – Configuration failed.
make(flags)[source]

Invoke make.

Parameters:flags (list) – Command line flags to pass to make.
Raises:SoftwarePackageError – Compilation failed.