fort_depend.py icon indicating copy to clipboard operation
fort_depend.py copied to clipboard

Fiished the multidirectory dependencies

Open libm3l opened this issue 9 years ago • 0 comments

If module file not found in the same directory, script will look recursively into all file located in root_dir (specified as input parameter -r) and try to find the module definition there. Once found it will add it into the dependency file with the relative path. Needed update - at the moment all files which are searched are .f90 file, should be case insensitive and possibly f03 and f08 too

libm3l avatar Oct 23 '16 16:10 libm3l