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
Beginner
636 Views

How to use direct access format in Fortran.

What reads it, except Fortran itself?

Any examples for 2D/3D arrays?

0 Kudos
1 Solution
TimP
Honored Contributor III
636 Views
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.

View solution in original post

0 Kudos
1 Reply
TimP
Honored Contributor III
637 Views
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.
0 Kudos
Reply