Query for running FAST in gfortran compiler

Hello everyone,

I compiled the FAST source codes in gfortran compiler & created the exe file successfully. But when I am running that exe file, it is showing the error message dialogue box that the application was unable to start correctly. I attached the screen shot herewith. The MAP_x64.dll & the 64-bit lapack and blas lib files are there along with the input files in that windows path from where I am running the exe file.

Thanks in advance,

-Tuhin.

You need the 64-bit lapack and blas DLL files there when it runs. The .lib files are for linking; the .dll files are for running the executable.

Yes that dll files are there in that folder from where I am running the exe file. But the same problem is there.

Regards,
Tuhin