Hello all,
I have previously compiled the linux version with no problems. However, now I need to add the api files (options: api) to get the python modules.
After making the necessary changes to systel.cfg and recompiling again, I'm getting the following error:
utils.exceptions.TelemacException: Error during second part of f2py for api 1
analyzevars: charselector={'len': '200'} unhandled.analyzevars: charselector={'len': '40'} unhandled.analyzevars: charselector={'len': '200'} unhandled.analyzevars: charselector={'len': '40'} unhandled.analyzevars: charselector={'len': '40'} unhandled.analyzevars: charselector={'len': '200'} unhandled.analyzevars: charselector={'len': '200'} unhandled.analyzevars: charselector={'len': '40'} unhandled.analyzevars: charselector={'len': '40'} unhandled.analyzevars: charselector={'len': '200'} unhandled.analyzevars: charselector={'len': '32'} unhandled.analyzevars: charselector={'len': '40'} unhandled.analyzevars: charselector={'len': '200'} unhandled.getstrlength:intent(hide): expected a string with defined length but got: {'attrspec': [], 'intent': ['out'], 'typespec': 'character', 'charselector': {'*': '(*)'}}
getstrlength:intent(hide): expected a string with defined length but got: {'attrspec': [], 'intent': ['out'], 'typespec': 'character', 'charselector': {'*': '(*)'}}
getstrlength:intent(hide): expected a string with defined length but got: {'attrspec': [], 'intent': ['out'], 'typespec': 'character', 'charselector': {'*': '(*)'}}
Unknown vendor: "gfortran"
I have checked and I have gfortran properly installed. I'm using python 3.8.5 on Anaconda 4.9.2.
I have tried running the compilation again with the `clean` option; everything seems to be ok except for the last part where it gives the same error above.
I have attached the configuration file and the full error message below.
thanks in advance.