The standardized successor to FORTRAN 77, released as an ISO standard in 1991 and an ANSI Standard in 1992.
I have written a Fortran 90 code to extract angles from molecular simulation data. In this code I used a module …
fortran fortran90 gfortranIs there any difference between these two methods of declaring an assumed-size array? e.g. real, dimension(:) :: arr and real :: …
arrays fortran fortran90I am looking for a library for dealing with sparse matrices in fortran 90/95. I only need very basic operations like …
fortran sparse-matrix fortran90 blas fortran95Fortran 90 modules are evanescent creatures. I was using a (singular) module for a while with some success (compiling using Intel …
visual-studio-2010 fortran fortran90 fortran95 intel-fortranI am using VIM theme molokai, if that makes any difference. I have been learning FORTRAN lately and when I …
vim fortran90I am writing some simple output in fortran, but I want whitespace delimiters. If use the following statement, however: format(…
fortran fortran90I have written a fairly large program in Fortran 90. It has been working beautifully for quite a while, but today …
fortran stack-overflow fortran90I have a whole series of assignments which I have put on the same ike using a ";" to seperate the …
fortran fortran90I wanted to know what the best way to write a large fortran array ( 5000 x 5000 real single precision numbers) to …
io fortran fortran90