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')
Got this when trying to configure with
intel-mpi@2019.7.217andintel@19.1.1.217andmeson@0.55.3(and newer 0.61.2)Do you know how to debug this?
@matsbn, @monsieuralok or others
a simple project as following fails: