First  |  Prev |  Next  |  Last
Pages: 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
compile errors, please help.
Hi all, I am compiling a fortran program. The g77 gave me some errors or warnings like following... ---------------------------------------------------------------------- pvar.for:317: DEALLOCATE(IA,RA) ^ Invalid declaration of or reference to symbol `deallocate' at (^) [initially seen at ... 20 Apr 2008 08:21
a cute program
Consider the program SUBROUTINE SQRT PRINT *, 10 END PROGRAM MAIN CALL SQRT END This program is standard conforming. Bob Corbett ... 21 Apr 2008 05:06
Reading integer written as real
Hello, I'm trying to read the next data text file : $ cat test.dat 1.0000000e+00 2.0000000e+00 3.7000000e+09 3.0000000e+17 1.5000000e+20 5.7000000e+01 7.0000000e-02 .... These integer are written as they were real (and I can't change the way it is). However, I would like to read t... 23 Apr 2008 02:46
cvf66c: building program
Good day everybody ! Please, if somebody could help me. I'm using compaq visual fortran compiler 6.6c under winXP with dislin graphics library (but I think that is not important for the question). When I'm compiling my programs i usually use fl32 source.for -link libraries.lib but to run source.exe on a diffe... 17 Apr 2008 15:45
Problems in passing a function to a subroutine
Hi, I have a numerical integration subroutine quad and I want to use it to perform an complex integral in my code. quad has an interface for a function which depends only on x: quad(func,a,b) ... interface real function func(x) real :: x end func end interface ... end quad However, the function... 19 Apr 2008 09:56
Derived type argument to subroutine
My question is motivated by concern about performance. I assume that when I pass a variable that is a derived type as an argument to a subroutine, is it passed by reference, just as fundamental types are. Am I correct? For example (in a module): type mytype integer :: x,y,z real :: w(1000) end t... 17 Apr 2008 14:09
generic interface real function vs real
I am trying to create a subroutine that can either take a time dependent function, or a constant. It compiles and runs perfectly with GNU Fortran (GCC) 4.2.3, but ifort (IFORT) 10.0 20070426 complains: fortcom: Warning: generic.f90, line 13: The type/rank/keyword signature for this specific procedure matches a... 20 Apr 2008 18:47
Can someone know the time for a oo implemented F2003 complier release under the window platform?
"GaryScott" <garylscott(a)sbcglobal.net> wrote in message news:d1af1416-9ffd-4073-8103-b45c08a88c22(a)t12g2000prg.googlegroups.com... On Apr 16, 10:21 am, lleshu...(a)gmail.com wrote: It can be see it in this year? Now taking wagers...vote for the compiler vendor (one of their products on any platform) that will ... 17 Apr 2008 09:20
Can someone know the time for a oo implemented F2003 complier release under the window platform?
GaryScott <garylscott(a)sbcglobal.net> wrote: Now taking wagers...vote for the compiler vendor (one of their products on any platform) that will first achieve 100% compliance... Well, from the tables of implmented features I have seen, it looks like IBM has been awful close for a while. I seem to recall that ... 16 Apr 2008 17:14
UTF-8
I have files with data and text in Russian Windows encoding (CP1251). My current locale is UTF-8 (Linux). My Fortran program parses strings in files and produces computations. I use a utility named 'recode' to convert text to UTF-8. Windows version of program works without errors, but Linux version can't parse ... 20 Apr 2008 16:23
First  |  Prev |  Next  |  Last
Pages: 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24