-
Hi, Another related question : is there a way to set the oneAPI toolchain compilation in cmake ? Best regards. PS : I also tried to configure using Ninja mode but i get the same error when compiling. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
with Intel oneAPI on Windows and Visual Studio 17.1, using cmake -B build -Dopenmp=true -Dparallel=off -G Ninja
cmake --build build I get configure text including
the "build" directory contains:
|
Beta Was this translation helpful? Give feedback.
-
I don't use a toolchain file for CMake with oneAPI, I just use the oneAPI command prompt for Intel 64 for Visual Studio {2019,2022} |
Beta Was this translation helpful? Give feedback.
-
Hi @scivision I followed your steps but the compilation failed, here the log file Thanks for helping. PS : I used the Intel oneAPI command promp
|
Beta Was this translation helpful? Give feedback.
-
try cmake -B build -Dopenmp=true -Dparallel=off -G Ninja -DMUMPS_UPSTREAM_VERSION=5.3.5
cmake --build build I have just emailed the MUMPS developers again asking them when they'll release MUMPS 5.4.2 that has a fix for MUMPS 5.4.0, 5.4.1. For now, using MUMPS 5.3.5 should work in the case where patching 5.4.x fails as you have experienced. |
Beta Was this translation helpful? Give feedback.
-
This was resolved by MUMPS 5.5 |
Beta Was this translation helpful? Give feedback.
This was resolved by MUMPS 5.5