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
ビギナー
634件の閲覧回数

How to use direct access format in Fortran.

What reads it, except Fortran itself?

Any examples for 2D/3D arrays?

0 件の賞賛
1 解決策
TimP
名誉コントリビューター III
634件の閲覧回数
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.

元の投稿で解決策を見る

1 返信
TimP
名誉コントリビューター III
635件の閲覧回数
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.
返信