Skip to content

trilino.sh expects MATIO #19

Description

@happikin

module load matio is not available on ARCHER2 as of date
need to run ./sh/matio.sh --prefix"<prefix_path>"
then set following env variables

export MATIO_DIR="<prefix_path>/matio"
export CPPFLAGS="-I<prefix_path>/include"
export LDFLAGS="-L<prefix_path>/lib"

this will fix the "required MATIO" message
as of date every other dependency could be enabled via module load ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions