gfortran
Building multiple ports (using macports) at the same time
I\'m trying to build gcc45 +gfortran on my macbook pro core duo 2 and obviously it is taking a while (A few hours I\'m told). I\'m wondering if its possible (safe) if I build some 开发者_C百科other po[详细]
2023-01-25 18:10 分类:问答Why is this a function declared inside the module and then used somewhere else in the same module not seen by the linker?
I have a function (in case anyone is interested, it is this function) in a module that looks like this[详细]
2023-01-20 16:34 分类:问答Turning off Hyper-Threading in 6-core Intel Xeon
We got a 12-core MacPro to do some Monte Carlo calculations. Its Intel Xeon processors have Hyper-Threading (HT) enabled, so in fact there should be 24 processes running in parallel to make them fully[详细]
2023-01-18 11:02 分类:问答What flags do you set for your GFORTRAN debugger/compiler to catch faulty code?
I think I won\'t find that in any textbook, because answering this takes experience. I am currently in the stage of testing/validating my code / hunting bugs to get it into production state and any e[详细]
2023-01-15 05:25 分类:问答Force explicit variable declaration with gfortran
I am linking some fortran code (f90) from matlab using mex and I am having matlab freeze occasionally.[详细]
2023-01-13 11:06 分类:问答Are Fortran control characters (carriage control) still implemented in compilers?
In the book Fortran 95/2003 for Scientists and Engineers, there is much talk given to the importance of recognizing that the first column in a format statement is reserved for control characters. I\'v[详细]
2023-01-08 17:12 分类:问答i'm trying to solve an equation using gfortran but i keep getting error
i\'m using the below program but i keep getting error.What is wrong with my progam? real x complex y real m1,H0,Ms,P1,P2,P3,w0,wm,wh[详细]
2023-01-03 12:56 分类:问答What is wrong with this Fortran '77 snippet?
I\'ve been tasked with maintaing some legacy fortran code, and I\'m having trouble getting it to compile with gfortran. I\'ve written a fair amount of Fortran 95, but this is my first experience with[详细]
2022-12-30 17:42 分类:问答Solving quadratic equation but getting weird errors
I\'m attempting my first program in Fortran, trying to solve a quadratic equation. I have double and triple checked my code and don\'t see anything wrong. I keep getting \"Invalid character in name at[详细]
2022-12-26 10:41 分类:问答decimal.TryParse() drops leading "1"
Short and sweet version: On one machine out of around a hundred test machines decimal.TryParse() is converting \"1.01\" to 0.01[详细]
2022-12-25 16:00 分类:问答