Replies: 1 comment 2 replies
-
|
At the very least, it appears we might have a bug in the intel MPI code we only look for the Intel specific tools with the pre-oneAPI compilers. I can write a quick patch if you want to test it? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am a newbie trying to port an old Fortran MPI code to build with Meson. I am trying to use my install from Intel OneAPI, so I am telling meson to use ifx:
I thought by declaring mpi as a dependency for a target, it would find the correct mpi wrapper based on the Fortran compiler to build the target. However, it just seems to find the gfortran wrapper and then use the regular ifx compiler to build, which obviously fails.
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions