PSyclone icon indicating copy to clipboard operation
PSyclone copied to clipboard

Automatically create dependencies for compiling LFRic infrastructure

Open hiker opened this issue 2 years ago • 0 comments

ATM the dependencies for the included LFRic infrastructure files is hardcoded. Once we update to use the latest fparser, we can automatically create this file using `$(FPARSER_ROOT)/example/create_dependencies.py

cd .../infrastructure
create_dependencies.py */*.f90 */*.F90 > dependency

hiker avatar Aug 16 '22 01:08 hiker