タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

fortranに関するeswaiのブックマーク (3)

  • Fortranメモ - SHIMIZUS (メソ気象学 , Linux情報 by 清水慎吾 <shimizu shingo>)

    基礎編 Fortranの基礎 data文 もしくは、他力願へ 応用編 内部ファイルデータ変換 引数の受け取り FortranからC言語の関数を読み込む open文省略時の出力 エンディアン変更(環境変数) ポインタ集中講座 配列拡張機能の整理 変数属性の整理 fortranのデバッカ HPのFortranオンラインマニュアル 文字列の接続(Fortran) 組み込み関数(文字列) 組み込み関数(配列) 語調の指定(ifort) 語調の自動判別 メモリ確保の確認方法(Fortran) interface文 構造体(Fortran) CPP(C Pre-Processor)によるプリプロセス作業 可変長文字列の仮引数 エンディアン変更サブルーチン(Fortran) 可変長文字列の表示フォーマット 文字列の配列(Fortran) fortranの時刻に関する関数 鉛直断面を切り出すプログラム

  • Fortranデバッグ用オプション - kusuhara's wiki

    オプション指定例 gfortran gfortran -Wall -pedantic -std=f95 -fbounds-check -O -Wuninitialized -ffpe-trap=invalid,zero,overflow (-fbacktrace) [a.f90] '-backtrace'が使えない場合はデバッガを使う g95 g95 -Wall -pedantic -std=f95 -fbounds-check -O2 -Wuninitialized -ftrace=full [a.f90] ifort ifort -check all -warn all -std -gen_interfaces -fpe0 -ftrapuv -traceback [a.f90] -gen_interfaces:subroutineやfunctionのINTERFACEブロックを作ってく

  • tdm-gcc

    TDM-GCC 10.3.0 is now available, along with GDB 10.2, binutils 2.36.1, and new versions of the MinGW.org and MinGW-w64 runtime distributions. Thanks for your patience! Keep reading for download links and change notes. I'm proud to present a new series of TDM-GCC binaries based around GCC 9. It's been a long time coming, but getting back into the groove of delivering a Windows-friendly GCC toolchai

    tdm-gcc
  • 1