WindFLO
WindFLO copied to clipboard
Wind Farm Layout Optimization (WindFLO)
Hi, As instructed, I modify the compilers in the `Makefile` as the following: ``` FCOMPILER = gfortran-11 CCOMPILER = g++-11 LGFORTRAN = #-L/usr/lib/gcc/x86_64-linux-gnu/11/ -I/usr/lib/gcc/x86_64-linux-gnu/11/ ``` and run make as: ```...
Hi, Following the suggestion of @EtorArza (https://github.com/sohailreddy/WindFLO/issues/2#issuecomment-1959110603), I've downloaded the mentioned version and _I think_ I've compiled it successfully. However, when I try to run the cases in `Examples/Example2..4`, I...