As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
this is my first time trying to program in Fortran. I\'m trying to write a program that prints the first 1476 terms of the Fibonacci sequence, then examines the first digit of each term and stores the
I have a problem with my simple Fortran program. I am working in Fortran 77, using Compaq Visual Fortran. The program structure must be in the form of a main and a subroutine, because it is part of a
What is meant by . (dot) usage after a number in Fortran code?开发者_StackOverflow中文版 For example:
What are the necessary conditions I need to takecare while porting the fortran code from power station to fortran compiler(2003)?
I am using PGI Visual Fortran in (Windows OS) to build a project/solution consisting of a fortran (f90) library and an executable.The f90 library links to the netcdf.lib.The f90 compiles and builds OK
We are planning to develop a datamining package for windows. The program core / calculation engine will be developed in F# with GUI stuff / DB bindings etc done in C# and F#.
I have a serial Fortran code that works fine. Once I compile the same code using ifort -parallel and run it, it gives wrong results and overflow. I would expect that with \"-parallel\" flag, the Intel
I am using the Fortran 11 compiler in Visual Studio from Windows. How can I set real values to double precision from project properties? For example, in Fortran Powerstation (4.0) we have the menu opt
I am running a loop in a Fortran program compiled with gfortran that outputs numerical values to an output file for each iteration of the loop. The problem is that the output is not saved to 开发者_开