I am brand new to Fortran. I was handed down a large file with Fortran code. It compiles fine if I use a different compiler (g95), however, it won't compile using FTN95. My file has the .f extension instead of .f95 extension. On the command line I run: g95 myfile.f -o myfile.exe and compiles creating myfile.exe but using plato interface I get many warnings which later turns into an error like this: A REAL constant has been truncated with possible loss of precision - maybe a KIND is required
If I use the command prompt within Silverfrost and type: FTN95 myfile.f I get the same errors. Can anyone give me a hint on how to run myfile.f in plato? I can provide the myfile.f upon request but it is really large. I have an image of the plato errors and warnings here: https://login.filesanywhere.com/fs/v.aspx?v=8c6a6b875d5e70ad6c9d Thanks for your help