タグ

2014年8月21日のブックマーク (2件)

  • johokanri.jp

    johokanri.jp 2019 Copyright. All Rights Reserved. The Sponsored Listings displayed above are served automatically by a third party. Neither the service provider nor the domain owner maintain any relationship with the advertisers. In case of trademark issues please contact the domain owner directly (contact information can be found in whois). Privacy Policy

    dynamicsoar
    dynamicsoar 2014/08/21
    “あまり重要でないものは簡単で、標準化された、コンピューターでインデックス化、検索、マージ、分析しやすい形式で公開”まさにScientific Reportsとかちょっと前のPLoS ONEがそうなのかもなぁ(といったら怒られるか?)
  • 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ブロックを作ってく

    dynamicsoar
    dynamicsoar 2014/08/21
    これはいいまとめ