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.

Why define PI = 4*ATAN(1.d0)

What is the motivation for defining PI as PI=4.D0*DATAN(1.D0) within Fortran 77 code? I understand how it works, …

fortran fortran77 pi
Reading a string with spaces in Fortran

Using read(asterisk, asterisk) in Fortran doesn't seem to work if the string to be read from the user contains …

string fortran fortran90 gfortran fortran77
Opening Binary Files in Fortran: Status, Form, Access

I have been working with Fortran for years, but the file I/O is still hazy to me. My understanding …

file-io binary fortran fortran77
defining path for file in FORTRAN

In bash I could write a simple script like below; to read the content of a file in the folder …

fortran fortran90 fortran77
How can gfortran tell if I am compiling f90 or f95 code?

I understand gfortran can compile f90 or f95? How does it know which one it is compiling? Also can it …

fortran fortran90 gfortran fortran77
IEEE_UNDERFLOW_FLAG IEEE_DENORMAL in Fortran 77

I am new to Fortran and coding in general so I apologize if my terminology is not correct. I am …

fortran gfortran fortran77
How to install f77 on Mac OS X 10.6

Can anyone tell me how to install f77 on Mac OS X 10.6? I am quite new to f77. Thank you …

macos fortran fortran77
Array of Strings in Fortran 77

I've a question about Fortran 77 and I've not been able to find a solution. I'm trying to store an array …

string fortran character fortran77
Fortran: How to read to an array from a file

I'm trying to read integers from a file to an array. But I get an error when I run the …

io fortran fortran90 fortran77 fortran95
Julia (Julia-lang) Performance Compared to Fortran and Python

I adapted a simple program to compute and plot the movement vortices of to Julia to test the language, I …

performance fortran fortran77 julia