Hi,
I have a software that consists of 11 .f95 files. In the user guide it states that you should compile and link the code segmetns in the following order.
a.f95 b.f95 c.f95 etc.
Also during compilation the following options must be specified: (1) Fixed format source code (72 columns) (2) Automatically promote REAL type variables to REAL (KIND = 8) (double precision)
By using Plato how can i handle with the execution?