Error while configuring CMake #6
-
|
Hello I used Lisem Compile Yourself to compile Lisem myself. I downloaded mysys2 and installed all required packages using mysys2 CLI. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Glad to hear you find some use with LISEM. Finally, MPI and fortran (there is a small section of fortran in the LISEM source) use required some additional step in the past So it might make sense to add microsoft MPI also to your environment PATH variable Hope this helps, let me know! |
Beta Was this translation helpful? Give feedback.

Glad to hear you find some use with LISEM.
I see, I think I encountered this several times as well, although I am not so sure about a reliable fix.
Some things come to mind: It might be good to set the msys2/mingw64/bin directory in your environment PATH variable.
Restart the pc/windows/cmake etc.. to make sure cmake can find the neccesary files.
Confirm that the MSYS2 mpi package is installed as well as the Microsoft MPI installer.
It might help to manually set some variables in cmake to point it towards cmake:
Finally, MPI and fortran (there is a small section of fortran in the LISEM source) use required some additional step in the past
https://www.scivision.dev/windows-mpi-msys2/
So i…