Skip to content

LIBINT2_CONTRACTED_INTS=OFF option broken? #425

Description

@stanpapa

Dear developers,

I tried to compile libint using the the options taken from the CI workflow, with the addition of -DLIBINT2_CONTRACTED_INTS=OFF.

cmake -B build -DLIBINT2_MAX_AM=2\;2 -DLIBINT2_ERI_MAX_AM=2\;2 -DLIBINT2_ERI3_MAX_AM=3\;2 -DLIBINT2_ENABLE_ERI=1 -DLIBINT2_ENABLE_ERI3=1 -DLIBINT2_ENABLE_ONEBODY=1 -DLIBINT2_DISABLE_ONEBODY_PROPERTY_DERIVS=ON -DLIBINT2_MULTIPOLE_MAX_ORDER=2 -DLIBINT2_CONTRACTED_INTS=OFF --log-level=DEBUG

The compilation fails with the following error:

error: ‘__gnu_cxx::__alloc_traits<std::allocator<Libint_t>, Libint_t>::value_type’ {aka ‘struct Libint_t’} has no member named ‘contrdepth’

The full output can be found here, and the CMake configuration output here.

Am I misusing the LIBINT2_CONTRACTED_INTS=OFF option or is this a bug?

Kind regards,
Stan

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions