我安装了NetCDF“binary-netcdf-4.0.1_gfortran_gfortran_c ++。tar”。但我不确定我使用过的gfortran编译器。我怎样才能找到我用过的编译器?
答案 0 :(得分:2)
运行gfortran -v
告诉您哪个版本。
答案 1 :(得分:2)
从使用pkg-config的netcdf 4.1开始,您可以这样做:
$ nc-config --all
这就是:
This netCDF 4.1.1 has been built with the following features: --libs -> -L/opt/local/lib -lnetcdf --fc -> openmpif77 --fflags -> -O2 -m32 -I/opt/local/include --flibs -> -L/opt/local/lib -lnetcdff -lnetcdf --has-f77 -> yes --has-f90 -> yes