Packaging

Header and Interface Files

The header (C / C++) files are located in include/ and listed below:

C / C++

Description

nvpl_lapack.h

Top level header / interface, that includes all others

nvpl_lapack_version.h

Library version information. Relies on preprocessor macros only.

(*) Can be included in Fortran with preprocessor support as well.

nvpl_lapack_types.h

Defines NVPL LAPACK specific Data Types

nvpl_lapack_service.h

NVPL LAPACK specific Service function declrations

nvpl_lapack_config.h

Auxiliary header file

Libraries

Dynamic library names contain full library version after *.so.

Each dynamic library has a symbolic link which name corresponds to SONAME of the library (*.so.<major_version>), as well as just *.so symlink to simplify the linking with the library.

Example

libnvpl_lapack_core.so       -> libnvpl_lapack_core.so.0        # Just *.so
libnvpl_lapack_core.so.0     -> libnvpl_lapack_core.so.0.2.2    # SONAME
libnvpl_lapack_core.so.0.2.2                                    # The library file

The libraries are located in lib/ and listed below:

Library

Description

libnvpl_lapack_core.so

The core dynamic library

libnvpl_lapack_<int_type>_<threading_type>.so

The interface dynamic library

For clarity, the version is dropped from the dynamic library names.