I want to install QE-5.1.1 in Win using cygwin, but when I run make all code, this error is shown:
I have installed g95 in QE... directory. it seems ok!
the ./configure works correctly and Libraries are listed as below:
>The following libraries have been found:
>BLAS_LIBS=/home/Hossein/espresso-5.1/BLAS/blas.a
>LAPACK_LIBS=/home/Hossein/espresso-5.1/lapack-3.2/lapack.a
>FFT_LIBS=
>Please check if this is what you expect.
when run make all, the error is as below::
>Fatal Error: Can't open module file 'iotk_module.mod' at (1) for reading: No suc
>h file or directory
>make[1]: *** [open_close_input_file.o] Error 1
>make[1]: Leaving directory `/home/Hossein/espresso-5.1/Modules'
>make: *** [mods] Error 1
What should I do to fix it?