Recent content by globox

  1. G

    F95 Compiler Question: Linking & Execution

    ok, another question: In compiling the codes 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) which fortran software enables specifying the conditions abobe and how?
  2. G

    F95 Compiler Question: Linking & Execution

    Yeap the software does not have makefile and as the software is a freeware i do not think that the supplier of the software will help for the execution of the program. I will check documentation right now, but most probably i will not be able to solve the problem :( Anyway, thank you
  3. G

    F95 Compiler Question: Linking & Execution

    Hi guys, I am thoroughly unfamiliar with the fortran, but I have to use a software that based on f95 codes. In the user manual of the software it says that, this software involves compilation and linking of the following code segments and in the following order: a.f95 b.f95 c.f95...
Back
Top