After several posts about compiling and debugging SWAT with GFortran and Eclipse, I think it would be good to compile all the posts into an single document as a guide on this topic. So I create a google doc here and would like invite all of you to give some comments.
Hi Michael.
I am using our manual to compiling and debugging the SWAT source code. I am following the steps described in the manual. However, I got this error:
Error: ‘atri’ of module ‘parm’, imported at (1), is also the name of the current program unit
make: *** [Makefile:1953: rel32/atri.o] Error 1
I wonder if you could please give a hand to see if I can move forward.
I appreciate your help.
I meant “your” manual… sorry for the typo error. Thanks,
Hi Juan,
It seems to me that the naming of atri causes the problem. Try to check if you have a variable with that name.
I haven’t work on that for years. Can’t really help you in a detail way.
Regards,
Thanks for your reply Michael.
Yes. There is a file named atri.f in the SWAT source code. So, I wonder why it creates an error if it comes from the original source code… I appreciate any help.
Kind regards,
Hi Michael
I am facing the same problem like Juan. Do you have any solution of that right now?