adda-team/adda

problem with code download

hazraatrayee opened this issue · 3 comments

I was trying to download the ADDA code for a few hours and found that each and every time in seq folder there is only make file. what should i do now?

Well, this is as it should be. The executable will appear in this folder only after compilation (to be executed in folder src/. The precompiled executables are available only for Windows and in a separate downloadable package.

But when I am executing make seq in src, the main adda.c remains missing.

In the terminal it is showing that, 20210402_123301.jpg

But previously I have not faced such problem. What to do now?

It seems that you are missing gfortran. There should be some message about it in the beginning of compilation.