Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

direct access format

lessonfree
Principiante
1.580 Vistas

How to use direct access format in Fortran.

What reads it, except Fortran itself?

Any examples for 2D/3D arrays?

0 kudos
1 Solución
TimP
Colaborador Distinguido III
1.580 Vistas
Quoting - lessonfree

How to use direct access format in Fortran.

What reads it, except Fortran itself?

Any examples for 2D/3D arrays?

Any web browser search should turn up excellent references on this question. The data file format is potentially specific to each Fortran compiler, so the primary purpose is for a program built with a similar compiler and similar array declarations to read it.

Ver la solución en mensaje original publicado

1 Responder
TimP
Colaborador Distinguido III
1.581 Vistas
Quoting - lessonfree

How to use direct access format in Fortran.

What reads it, except Fortran itself?

Any examples for 2D/3D arrays?

Any web browser search should turn up excellent references on this question. The data file format is potentially specific to each Fortran compiler, so the primary purpose is for a program built with a similar compiler and similar array declarations to read it.
Responder