Navigation : Top/netcdf/netcdf with Intel Fortran for Linux - 9.0

netcdf with Intel Fortran for Linux - 9.0

netcdf with Intel Fortran 9.0 for Linux

  1. netcdf 3.6.0ではコンパイルできなかった.
  2. netcdf-3.6.1をダウンロ−ドして展開.
  3. 以下の環境を設定し,
    • ./configure --prefix=/usr/local/netcdf-ifort
    • make check (netcdf-3.6.0まではmake testだった)
    • mkdir /usr/local/netcdf-ifort
    • make install
      setenv  FC                 ifort
      setenv  FC90               ifort
      setenv  CC                 icc
      setenv  CXX                icpc
      setenv  FFLAGS             "-g -O2 -mp -recursive"
      setenv  CFLAGS             "-g -O"
      setenv  CXXFLAGS           "-g"
      setenv  CPPFLAGS           "-DpgiFortran"