Recent content by jcang

  1. J

    Fortran Salford fortran library compiler error?

    Salford fortran library compiler error?? Dear all, I have install the NAG fortran library, firstly, I compile the fortran program by using the Salford Fortran compiler with NAG static Lib. Command Prompt by typing ftn95 -c ProgramName.f95 It got a few warning, not error. But I...
  2. J

    Solving Error "REAL Expression in DO Loop"

    freal Loops? Hi everybody.. I have a question. Recently, I'm using g95 to run my Fortran 95 program. But it occur an error, which is: REAL expression in DO loop at <1> - to enable REAL loop parameters use -freal-loops What is freal loop exactly? and How to solve this problem...
Back
Top