Error messages compiling Fortran source code using gfortran on Linux

Problem: I get error messages when I try to compile Fortran source code using gfortran on Linux, even though I installed all the necessary “build-essential” gfortran libraries. Unable to compile Fortran source code using gfortran on Linux. Solution: If you are getting error messages when compiling the Fortran source code consider the following. First, the order of calls in the command line is important.  Using Tecplot’s simtest.f90 Fortran source code […]

» Read More