I am new to Fortran. I am working on a research project where I am using an open source project that has several files distributed in multiple folders. i found the dependenc
You can create your Makefiles as usual. The biggest problem should be the .mod files. The easiest solution to this problem is to create a separate folder, where these files are stored and searched for.
This can be achieved with the -J and the -module flags for gfortran and ifort, respectively.