我如何知道我使用的是哪个编译器
我已经安装了 NetCDF“binary-netcdf-4.0.1_gfortran_gfortran_c++.tar”。但我不确定我使用的 gfortran 编译器。如何找到我使用过的编译器?
I have installed NetCDF "binary-netcdf-4.0.1_gfortran_gfortran_c++.tar ". But I am not sure about the gfortran compiler I have used. How can I find the compiler I have used?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
运行
gfortran -v
来告诉您您拥有哪个版本。Run
gfortran -v
to tell you which version you have.从使用 pkg-config 的 netcdf 4.1 开始,您可以执行以下操作
:给出类似的东西:
Starting from netcdf 4.1, which uses pkg-config, you can do this:
This gives something like: