gfortran
Force gfortran to stop program at first NaN
To debug my a开发者_StackOverflow社区pplication (fortran 90) I want to turn all NaNs to signalling NaN.[详细]
2023-02-25 13:33 分类:问答Zero sized arrays and array bounds checking
When compiled with either GNU Fortran (v4.4.3) or Sun Studio F95 (v8.3) and no array bounds checking the following program runs without error.However, when array bounds checking is switched on (gfortr[详细]
2023-02-24 05:44 分类:问答How to compile in gfortran in case Sensitive mode?
Is it possible to compile a fortran 90/95 code in gfortran with Case Sensitive? I searched the manuals, but couldn\'t find any flag or option I can give to gfortran to make it case sensitive.[详细]
2023-02-19 15:13 分类:问答How can I ctreate a simple makefile for minGW + gfortran
I am absolut开发者_运维知识库ely new in gfortran+minGW. I need to create makefile. When I run $ gfortran-c q.f[详细]
2023-02-18 10:11 分类:问答does gFortran's cpu_time() return user time, system time, or the sum of both?
I need to do some timing to compare the performance of some Fortran Vs C code. In C I can get both user time and system time independently.[详细]
2023-02-17 03:45 分类:问答Fortran: differences between generated code compiled using two different compilers
I have to work on a fortran program, which used to be compiled using Microsoft Compaq Visual Fortran 6.6. I would prefer to work with gfortran but I have met lots of problems.[详细]
2023-02-09 16:12 分类:问答How do I handle logical statements being applied to integer values with gfortran?
I\'m rewriting some code to make a program compile with the gfortran compiler as opposed to ifort compiler I usually use.The code follows:[详细]
2023-02-03 03:16 分类:问答Functional Arguments in FORTRAN
Problem I am trying to have a function be the argument to another function however I keep getting the error:[详细]
2023-01-30 13:30 分类:问答Undefined Reference, Error Linking Plplot with GFortran
I tried to compile the following Fortran code found at http://techlogbook.wordpress.com/200...-kubuntu-8-04/[详细]
2023-01-29 07:46 分类:问答How to override a structure constructor in fortran
Is it currently possible to override the structure constructor in Fortran? I have seen proposed examples like this (such as in the Fortran 2003 spec):[详细]
2023-01-27 04:16 分类:问答