この文書の現在のバージョンと選択したバージョンの差分を表示します。
Both sides previous revision Previous revision Next revision | Previous revision | ||
fortran:tips [2011/08/25 11:11] saito [tips] |
fortran:tips [2011/10/17 17:14] (現在) saito |
||
---|---|---|---|
ライン 2: | ライン 2: | ||
* intelのコンパイラは[[fortran:ifort]]参照のこと. | * intelのコンパイラは[[fortran:ifort]]参照のこと. | ||
* [[http://www.owlnet.rice.edu/~ceng303/manuals/fortran/]] が役に立ちそう. | * [[http://www.owlnet.rice.edu/~ceng303/manuals/fortran/]] が役に立ちそう. | ||
+ | ===== 読み込み専用,書き込み専用で開く ===== | ||
+ | 読み込み専用で開く場合. | ||
+ | <code fortran> | ||
+ | open(10,file='input.dat',action='read') | ||
+ | </code> | ||
+ | その他,action='write', action='readwrite'もある. | ||
===== コンパイラオプション ===== | ===== コンパイラオプション ===== | ||