Hello,
I experienced a similar problem with windows system version of Telemac v8p4. After these adjustments the model works ok:
1-Adjust the declarations_special.f to set MAXKEYWORD = 800 to compatible value, in my case it was 800
2-In the file api_run_sis.f you also need to set the motcar value to the same as MAXKEYWORD. In this case you need to set this line CHARACTER(LEN=250) MOTCAR(800),FILE_DESC(4,800)
3-When I try to compile the full telemac code with --clean I got the error reported in post
#43827 caused by the missing of utils_latex.f file.
After download this file
here and save on the respective sources directory the system compiled ok.
4-After these preliminary steps the model runned ok in serial, but crashes in parallel. To solve this problem, I used the solution reported
here
I hope this solution can be helpful for other users
With best regards
Taoan