Re: DFPORT



Craig Powers wrote:
daniela wrote:

Hi all,
I am new to Fortran and I appologize in advance for any trivia I might
ask.
I am trying to compile some example code written in Fortran77 that uses
DFPORT, i.e. :
USE DFPORT

What is this library and where can I get it from?
I work on a Windows XP platform.

Many thnaks in advance for your help.


It's a compatibility library from Digital Fortran. The equivalent for ifort is IFPORT. If you're not using DVF, CVF, or ifort, then the answer to "where can I get it from" depends on your compiler. Some compilers (e.g. gfortran) include many of the things in IFPORT as intrinsics. For others, you may need to write your own portability module to translate from the versions available on the platform to the interface provided by DFPORT.

BTW, any code that includes the line

USE DFPORT

is not F77. It's at least Fortran 90. There is no USE statement in F77.
.



Relevant Pages

  • Re: reading more data than the record size (RECL)
    ... end snip ... This overhead is there to allow Fortran ... compile the original source code with g95, ... Think of it as a variant on the ASCII vrs ...
    (comp.lang.fortran)
  • Re: Fortran programmerss favorite report-writing tools
    ... preprocessing to compile so it's easy to add to existing code. ... same input method as when fortran was first invented. ... and the compiler is then translating it into machine code. ... a good candidate for a formulat translator seems to be texmacs. ...
    (comp.lang.fortran)
  • Re: what is wrong with this code?can someone walk me through this?
    ... i dont know anything abt fortran or coding..this is my project at ... You CAN get your program to compile if you ... What are reasonable ranges for the input variables? ...
    (comp.lang.fortran)
  • Re: Toward a Forth thats easier to learn
    ... Barriers cease to be barriers once you're past them. ... For variables, what emerged as a style in the early days was a compromise: LSE users put in more variables than a Forth purist, but fewer than a Fortran programmer. ... Compile a line and either save it or execute it and throw it ...
    (comp.lang.forth)
  • re: Upgrading an OLD (Fortran Powerstation 4.0) compiler
    ... convert and compile as f90 and fix any errors ... compiler options for windows - most vendors have 30 day demo versions. ... ivf - Intel Visual fortran, ... SUBROUTINE FortranCall ...
    (comp.lang.fortran)