Top "Fortran77" questions

Fortran 77, approved as the new standard in April 1978, added a number of significant features to address many of the shortcomings of its predecessor, Fortran 66.

Generating random number in a given range in Fortran 77

I am a beginner trying to do some engineering experiments using fortran 77. I am using Force 2.0 compiler and editor. I …

random fortran text-files fortran77
How to use include statement in Fortran 90?

I have some .h files that are used for some modules in FORTRAN 77 (which I haven't written myself). I want …

fortran fortran90 intel-fortran fortran77
Can Fortran 95 compiler compile Fortran 77 code?

Currently I'm compiling fortran95 source codes on mac using gfortran 6.1. I was wondering if I can run FORTRAN 77 source codes …

fortran gfortran fortran77 fortran95
Is it possible to compile Fortran code for iPad?

I have an application written in Fortran 77 and need it to work in iPad. Is it possible? I prefer not …

ios ipad fortran fortran77 ipad-2
Make double-precision default in g77, Fortran compiler

Is there an analog of the "-fdefault-real-8" gfortran (the GNU Fortran 95 compiler) option in g77 (the GNU Fortran 77 compiler)? This …

double fortran fortran77 g77
How are the MAX and MIN functions implemented in Fortran without support for variadic functions?

Unless I'm mistaken, there is no way in Fortran to write a function or subroutine with an arbitrary number of …

fortran variadic-functions fortran77 variadic fortran95
Old Fortran Program: ld returned 1 exit status

I have an old FORTRAN 77 program that I am having trouble compiling / building as normal with: gfortran -Wall -o "filename" …

linux linker-errors ld gfortran fortran77