Skip to content

Fix the CI build tests #83

@DavidHuber-NOAA

Description

@DavidHuber-NOAA

Build tests are not currently possible because GSI-utils makes use of both the real4 and real8 ip modules, but in different executables. Thus, both ip_4 and ip_d have to be installed. However, when spack installs into the GitHub runner, it does so in common include_4 and include_d spaces. When compiling, -I flags are passed to the compiler for both locations, meaning both the ip_4 and ip_8 modules are available for the compiler to choose from. For some executables, this means that the wrong ip module is being referenced, causing type mismatches.

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