Skip to content

meson: unable to find mpiifort #145

Description

@dguibert

Got this when trying to configure with intel-mpi@2019.7.217 and intel@19.1.1.217 and meson@0.55.3 (and newer 0.61.2)

mpiifort binary missing from cross or native file, or env var undefined.
Trying a default mpiifort fallback at mpiifort
mpiifort found: NO
Run-time dependency MPI for fortran found: NO (tried config-tool and system)

../meson.build:130:2: ERROR: Dependency "mpi" not found, tried config-tool and system

Do you know how to debug this?
@matsbn, @monsieuralok or others

a simple project as following fails:

project('mpitest', 'fortran')
dependency('mpi', language: 'fortran')

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