views:

42

answers:

2

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?

A: 

How was the compiler invoked? Based on the command that ran the compiler, you can determine which binary in which location on your computer was executed.

Justin Smith
+2  A: 

Run gfortran -v to tell you which version you have.

FX